Html Css Color HEX #A77F1F Hacienda

📋 copy color: '#A77F1F'

red 167 ◦ green 127 ◦ blue 31

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

Shades of Hacienda #A77F1F

Tints of Hacienda #A77F1F

RGB

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

 GREEN value IS 127 (50% from 255) = 39.08%

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

R = 51.38%
G = 39.08%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A77F1F (or 0xA77F1F) is known color: Hacienda. HEX triplet: A7, 7F and 1F. RGB value is (167,127,31). Sum of RGB (Red+Green+Blue) = 167+127+31=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77F1F is #5880E0. Grayscale: #808080. Windows color (decimal): -5800161 or 2064295. OLE color: 2064295.

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

Color convert

RGB 167 127 31 -
CMYK 0 0.24 0.81 0.35
HSL 42.35º 0.69% 0.39% -
HSV(B) 42.35º 0.81% 0.65% -
XYZ 23.77 23.49 4.58 -
YUV 128.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 167 127 31 0 0.24 0.81 0.35 42.35 0.69 0.39
Hex A7 7F 1F 0 18 51 23 2A 45 27
Octal 247 177 37 0 30 121 43 52 105 47
Binary 10100111 1111111 11111 0 11000 1010001 100011 101010 1000101 100111

Color Harmonies of #A77F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F1F

Black with #A77F1F

Text Example


Text Example

White with #A77F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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