Html Css Color HEX #AF871D Hacienda

📋 copy color: '#AF871D'

red 175 ◦ green 135 ◦ blue 29

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

Shades of Hacienda #AF871D

Tints of Hacienda #AF871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.82%

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

R = 51.62%
G = 39.82%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF871D (or 0xAF871D) is known color: Hacienda. HEX triplet: AF, 87 and 1D. RGB value is (175,135,29). Sum of RGB (Red+Green+Blue) = 175+135+29=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF871D is #5078E2. Grayscale: #878787. Windows color (decimal): -5273827 or 1935279. OLE color: 1935279.

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

Color convert

RGB 175 135 29 -
CMYK 0 0.23 0.83 0.31
HSL 43.56º 0.72% 0.4% -
HSV(B) 43.56º 0.83% 0.69% -
XYZ 26.56 26.53 4.88 -
YUV 134.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 175 135 29 0 0.23 0.83 0.31 43.56 0.72 0.4
Hex AF 87 1D 0 17 53 1F 2C 48 28
Octal 257 207 35 0 27 123 37 54 110 50
Binary 10101111 10000111 11101 0 10111 1010011 11111 101100 1001000 101000

Color Harmonies of #AF871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF871D

Black with #AF871D

Text Example


Text Example

White with #AF871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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