Html Css Color HEX #AF881D Hacienda

📋 copy color: '#AF881D'

red 175 ◦ green 136 ◦ blue 29

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

Shades of Hacienda #AF881D

Tints of Hacienda #AF881D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40%

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

R = 51.47%
G = 40%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF881D (or 0xAF881D) is known color: Hacienda. HEX triplet: AF, 88 and 1D. RGB value is (175,136,29). Sum of RGB (Red+Green+Blue) = 175+136+29=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF881D is #5077E2. Grayscale: #878787. Windows color (decimal): -5273571 or 1935535. OLE color: 1935535.

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

Color convert

RGB 175 136 29 -
CMYK 0 0.22 0.83 0.31
HSL 43.97º 0.72% 0.4% -
HSV(B) 43.97º 0.83% 0.69% -
XYZ 26.71 26.81 4.93 -
YUV 135.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 175 136 29 0 0.22 0.83 0.31 43.97 0.72 0.4
Hex AF 88 1D 0 16 53 1F 2C 48 28
Octal 257 210 35 0 26 123 37 54 110 50
Binary 10101111 10001000 11101 0 10110 1010011 11111 101100 1001000 101000

Color Harmonies of #AF881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF881D

Black with #AF881D

Text Example


Text Example

White with #AF881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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