Html Css Color HEX #AF801D Hacienda

📋 copy color: '#AF801D'

red 175 ◦ green 128 ◦ blue 29

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

Shades of Hacienda #AF801D

Tints of Hacienda #AF801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

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

R = 52.71%
G = 38.55%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF801D (or 0xAF801D) is known color: Hacienda. HEX triplet: AF, 80 and 1D. RGB value is (175,128,29). Sum of RGB (Red+Green+Blue) = 175+128+29=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF801D is #507FE2. Grayscale: #838383. Windows color (decimal): -5275619 or 1933487. OLE color: 1933487.

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

Color convert

RGB 175 128 29 -
CMYK 0 0.27 0.83 0.31
HSL 40.68º 0.72% 0.4% -
HSV(B) 40.68º 0.83% 0.69% -
XYZ 25.62 24.64 4.57 -
YUV 130.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 175 128 29 0 0.27 0.83 0.31 40.68 0.72 0.4
Hex AF 80 1D 0 1B 53 1F 29 48 28
Octal 257 200 35 0 33 123 37 51 110 50
Binary 10101111 10000000 11101 0 11011 1010011 11111 101001 1001000 101000

Color Harmonies of #AF801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF801D

Black with #AF801D

Text Example


Text Example

White with #AF801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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