Html Css Color HEX #A7761A Hacienda

📋 copy color: '#A7761A'

red 167 ◦ green 118 ◦ blue 26

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

Shades of Hacienda #A7761A

Tints of Hacienda #A7761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

 BLUE value IS 26 (10.55% from 255) = 8.36%

R = 53.7%
G = 37.94%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7761A (or 0xA7761A) is known color: Hacienda. HEX triplet: A7, 76 and 1A. RGB value is (167,118,26). Sum of RGB (Red+Green+Blue) = 167+118+26=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A7761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7761A is #5889E5. Grayscale: #7A7A7A. Windows color (decimal): -5802470 or 1734311. OLE color: 1734311.

HSL color Cylindrical-coordinate representation of color #A7761A: hue angle of 39.15º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7761A is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 118 26 -
CMYK 0 0.29 0.84 0.35
HSL 39.15º 0.73% 0.38% -
HSV(B) 39.15º 0.84% 0.65% -
XYZ 22.6 21.25 3.89 -
YUV 122.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 167 118 26 0 0.29 0.84 0.35 39.15 0.73 0.38
Hex A7 76 1A 0 1D 54 23 27 49 26
Octal 247 166 32 0 35 124 43 47 111 46
Binary 10100111 1110110 11010 0 11101 1010100 100011 100111 1001001 100110

Color Harmonies of #A7761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7761A

Black with #A7761A

Text Example


Text Example

White with #A7761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7761A; }

 p { color: rgb(167,118,26); }

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

background-color css

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

 a { background-color: rgb(167,118,26); }

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

border-color css

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

 span { border-color: rgb(167,118,26); }

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