Html Css Color HEX #AF871F Hacienda

📋 copy color: '#AF871F'

red 175 ◦ green 135 ◦ blue 31

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

Shades of Hacienda #AF871F

Tints of Hacienda #AF871F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.09%

R = 51.32%
G = 39.59%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF871F (or 0xAF871F) is known color: Hacienda. HEX triplet: AF, 87 and 1F. RGB value is (175,135,31). Sum of RGB (Red+Green+Blue) = 175+135+31=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF871F is #5078E0. Grayscale: #878787. Windows color (decimal): -5273825 or 2066351. OLE color: 2066351.

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

Color convert

RGB 175 135 31 -
CMYK 0 0.23 0.82 0.31
HSL 43.33º 0.7% 0.4% -
HSV(B) 43.33º 0.82% 0.69% -
XYZ 26.59 26.54 5.02 -
YUV 135.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 175 135 31 0 0.23 0.82 0.31 43.33 0.7 0.4
Hex AF 87 1F 0 17 52 1F 2B 46 28
Octal 257 207 37 0 27 122 37 53 106 50
Binary 10101111 10000111 11111 0 10111 1010010 11111 101011 1000110 101000

Color Harmonies of #AF871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF871F

Black with #AF871F

Text Example


Text Example

White with #AF871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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