Html Css Color HEX #A77D1F Hacienda

📋 copy color: '#A77D1F'

red 167 ◦ green 125 ◦ blue 31

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

Shades of Hacienda #A77D1F

Tints of Hacienda #A77D1F

RGB

 RED value IS 167 (65.63% from 255) = 51.7%

 GREEN value IS 125 (49.22% from 255) = 38.7%

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

R = 51.7%
G = 38.7%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A77D1F (or 0xA77D1F) is known color: Hacienda. HEX triplet: A7, 7D and 1F. RGB value is (167,125,31). Sum of RGB (Red+Green+Blue) = 167+125+31=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77D1F is #5882E0. Grayscale: #7F7F7F. Windows color (decimal): -5800673 or 2063783. OLE color: 2063783.

HSL color Cylindrical-coordinate representation of color #A77D1F: hue angle of 41.47º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A77D1F is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 125 31 -
CMYK 0 0.25 0.81 0.35
HSL 41.47º 0.69% 0.39% -
HSV(B) 41.47º 0.81% 0.65% -
XYZ 23.52 22.98 4.49 -
YUV 126.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 167 125 31 0 0.25 0.81 0.35 41.47 0.69 0.39
Hex A7 7D 1F 0 19 51 23 29 45 27
Octal 247 175 37 0 31 121 43 51 105 47
Binary 10100111 1111101 11111 0 11001 1010001 100011 101001 1000101 100111

Color Harmonies of #A77D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D1F

Black with #A77D1F

Text Example


Text Example

White with #A77D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D1F; }

 p { color: rgb(167,125,31); }

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

background-color css

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

 a { background-color: rgb(167,125,31); }

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

border-color css

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

 span { border-color: rgb(167,125,31); }

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