Html Css Color HEX #AF871E Hacienda

📋 copy color: '#AF871E'

red 175 ◦ green 135 ◦ blue 30

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

Shades of Hacienda #AF871E

Tints of Hacienda #AF871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 51.47%
G = 39.71%
B = 8.82%

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

#AF871E (or 0xAF871E) is known color: Hacienda. HEX triplet: AF, 87 and 1E. RGB value is (175,135,30). Sum of RGB (Red+Green+Blue) = 175+135+30=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF871E is #5078E1. Grayscale: #878787. Windows color (decimal): -5273826 or 2000815. OLE color: 2000815.

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

Color convert

RGB 175 135 30 -
CMYK 0 0.23 0.83 0.31
HSL 43.45º 0.71% 0.4% -
HSV(B) 43.45º 0.83% 0.69% -
XYZ 26.58 26.54 4.95 -
YUV 134.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 175 135 30 0 0.23 0.83 0.31 43.45 0.71 0.4
Hex AF 87 1E 0 17 53 1F 2B 47 28
Octal 257 207 36 0 27 123 37 53 107 50
Binary 10101111 10000111 11110 0 10111 1010011 11111 101011 1000111 101000

Color Harmonies of #AF871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF871E

Black with #AF871E

Text Example


Text Example

White with #AF871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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