Html Css Color HEX #AF851D Hacienda

📋 copy color: '#AF851D'

red 175 ◦ green 133 ◦ blue 29

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

Shades of Hacienda #AF851D

Tints of Hacienda #AF851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 51.93%
G = 39.47%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF851D (or 0xAF851D) is known color: Hacienda. HEX triplet: AF, 85 and 1D. RGB value is (175,133,29). Sum of RGB (Red+Green+Blue) = 175+133+29=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF851D is #507AE2. Grayscale: #868686. Windows color (decimal): -5274339 or 1934767. OLE color: 1934767.

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

Color convert

RGB 175 133 29 -
CMYK 0 0.24 0.83 0.31
HSL 42.74º 0.72% 0.4% -
HSV(B) 42.74º 0.83% 0.69% -
XYZ 26.29 25.98 4.79 -
YUV 133.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 175 133 29 0 0.24 0.83 0.31 42.74 0.72 0.4
Hex AF 85 1D 0 18 53 1F 2B 48 28
Octal 257 205 35 0 30 123 37 53 110 50
Binary 10101111 10000101 11101 0 11000 1010011 11111 101011 1001000 101000

Color Harmonies of #AF851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF851D

Black with #AF851D

Text Example


Text Example

White with #AF851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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