Html Css Color HEX #AF831D Hacienda

📋 copy color: '#AF831D'

red 175 ◦ green 131 ◦ blue 29

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

Shades of Hacienda #AF831D

Tints of Hacienda #AF831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 52.24%
G = 39.1%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF831D (or 0xAF831D) is known color: Hacienda. HEX triplet: AF, 83 and 1D. RGB value is (175,131,29). Sum of RGB (Red+Green+Blue) = 175+131+29=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF831D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF831D is #507CE2. Grayscale: #848484. Windows color (decimal): -5274851 or 1934255. OLE color: 1934255.

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

Color convert

RGB 175 131 29 -
CMYK 0 0.25 0.83 0.31
HSL 41.92º 0.72% 0.4% -
HSV(B) 41.92º 0.83% 0.69% -
XYZ 26.02 25.44 4.7 -
YUV 132.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 175 131 29 0 0.25 0.83 0.31 41.92 0.72 0.4
Hex AF 83 1D 0 19 53 1F 2A 48 28
Octal 257 203 35 0 31 123 37 52 110 50
Binary 10101111 10000011 11101 0 11001 1010011 11111 101010 1001000 101000

Color Harmonies of #AF831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF831D

Black with #AF831D

Text Example


Text Example

White with #AF831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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