Html Css Color HEX #AF831F Hacienda

📋 copy color: '#AF831F'

red 175 ◦ green 131 ◦ blue 31

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

Shades of Hacienda #AF831F

Tints of Hacienda #AF831F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 51.93%
G = 38.87%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF831F (or 0xAF831F) is known color: Hacienda. HEX triplet: AF, 83 and 1F. RGB value is (175,131,31). Sum of RGB (Red+Green+Blue) = 175+131+31=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF831F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF831F is #507CE0. Grayscale: #858585. Windows color (decimal): -5274849 or 2065327. OLE color: 2065327.

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

Color convert

RGB 175 131 31 -
CMYK 0 0.25 0.82 0.31
HSL 41.67º 0.7% 0.4% -
HSV(B) 41.67º 0.82% 0.69% -
XYZ 26.04 25.45 4.84 -
YUV 132.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 175 131 31 0 0.25 0.82 0.31 41.67 0.7 0.4
Hex AF 83 1F 0 19 52 1F 2A 46 28
Octal 257 203 37 0 31 122 37 52 106 50
Binary 10101111 10000011 11111 0 11001 1010010 11111 101010 1000110 101000

Color Harmonies of #AF831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF831F

Black with #AF831F

Text Example


Text Example

White with #AF831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF831F; }

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

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

background-color css

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

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

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

border-color css

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

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

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