Html Css Color HEX #AF831C Hacienda

📋 copy color: '#AF831C'

red 175 ◦ green 131 ◦ blue 28

#AF831C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #AF831C

Tints of Hacienda #AF831C

RGB

 RED value IS 175 (68.75% from 255) = 52.4%

 GREEN value IS 131 (51.56% from 255) = 39.22%

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 52.4%
G = 39.22%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF831C (or 0xAF831C) is known color: Hacienda. HEX triplet: AF, 83 and 1C. RGB value is (175,131,28). Sum of RGB (Red+Green+Blue) = 175+131+28=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF831C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF831C is #507CE3. Grayscale: #848484. Windows color (decimal): -5274852 or 1868719. OLE color: 1868719.

HSL color Cylindrical-coordinate representation of color #AF831C: hue angle of 42.04º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF831C is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 28 -
CMYK 0 0.25 0.84 0.31
HSL 42.04º 0.72% 0.4% -
HSV(B) 42.04º 0.84% 0.69% -
XYZ 26.01 25.43 4.64 -
YUV 132.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 175 131 28 0 0.25 0.84 0.31 42.04 0.72 0.4
Hex AF 83 1C 0 19 54 1F 2A 48 28
Octal 257 203 34 0 31 124 37 52 110 50
Binary 10101111 10000011 11100 0 11001 1010100 11111 101010 1001000 101000

Color Harmonies of #AF831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF831C

Black with #AF831C

Text Example


Text Example

White with #AF831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF831C; }

 p { color: rgb(175,131,28); }

 H1.HeaderClassName
 {
   color: #AF831C;
 }
 .AnyTagClassName
 {
   color: #AF831C;
 }
</style>

background-color css

<style>
 a { background-color: #AF831C; }

 a { background-color: rgb(175,131,28); }

 div.DivClassName
 {
   background-color: #AF831C;
 }
 .BgClassName
 {
   background-color: #AF831C;
 }
</style>

border-color css

<style>
 span { border-color: #AF831C; }

 span { border-color: rgb(175,131,28); }

 td.TdClassName
 {
   border-color: #AF831C;
 }
 .TagClassName
 {
   border-color: #AF831C;
 }
</style>