Html Css Color HEX #A9851F Hacienda

📋 copy color: '#A9851F'

red 169 ◦ green 133 ◦ blue 31

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

Shades of Hacienda #A9851F

Tints of Hacienda #A9851F

RGB

 RED value IS 169 (66.41% from 255) = 50.75%

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

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

R = 50.75%
G = 39.94%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A9851F (or 0xA9851F) is known color: Hacienda. HEX triplet: A9, 85 and 1F. RGB value is (169,133,31). Sum of RGB (Red+Green+Blue) = 169+133+31=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9851F is #567AE0. Grayscale: #848484. Windows color (decimal): -5667553 or 2065833. OLE color: 2065833.

HSL color Cylindrical-coordinate representation of color #A9851F: hue angle of 44.35º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9851F is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 133 31 -
CMYK 0 0.21 0.82 0.34
HSL 44.35º 0.69% 0.39% -
HSV(B) 44.35º 0.82% 0.66% -
XYZ 25 25.31 4.86 -
YUV 132.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 169 133 31 0 0.21 0.82 0.34 44.35 0.69 0.39
Hex A9 85 1F 0 15 52 22 2C 45 27
Octal 251 205 37 0 25 122 42 54 105 47
Binary 10101001 10000101 11111 0 10101 1010010 100010 101100 1000101 100111

Color Harmonies of #A9851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9851F

Black with #A9851F

Text Example


Text Example

White with #A9851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9851F; }

 p { color: rgb(169,133,31); }

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

background-color css

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

 a { background-color: rgb(169,133,31); }

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

border-color css

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

 span { border-color: rgb(169,133,31); }

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