Html Css Color HEX #AF811D Hacienda

📋 copy color: '#AF811D'

red 175 ◦ green 129 ◦ blue 29

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

Shades of Hacienda #AF811D

Tints of Hacienda #AF811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

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

R = 52.55%
G = 38.74%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF811D (or 0xAF811D) is known color: Hacienda. HEX triplet: AF, 81 and 1D. RGB value is (175,129,29). Sum of RGB (Red+Green+Blue) = 175+129+29=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF811D is #507EE2. Grayscale: #838383. Windows color (decimal): -5275363 or 1933743. OLE color: 1933743.

HSL color Cylindrical-coordinate representation of color #AF811D: hue angle of 41.1º 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 #AF811D is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 129 29 -
CMYK 0 0.26 0.83 0.31
HSL 41.1º 0.72% 0.4% -
HSV(B) 41.1º 0.83% 0.69% -
XYZ 25.75 24.9 4.61 -
YUV 131.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 175 129 29 0 0.26 0.83 0.31 41.1 0.72 0.4
Hex AF 81 1D 0 1A 53 1F 29 48 28
Octal 257 201 35 0 32 123 37 51 110 50
Binary 10101111 10000001 11101 0 11010 1010011 11111 101001 1001000 101000

Color Harmonies of #AF811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF811D

Black with #AF811D

Text Example


Text Example

White with #AF811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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