Html Css Color HEX #A7841A Hacienda

📋 copy color: '#A7841A'

red 167 ◦ green 132 ◦ blue 26

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

Shades of Hacienda #A7841A

Tints of Hacienda #A7841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.62%

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

R = 51.38%
G = 40.62%
B = 8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7841A (or 0xA7841A) is known color: Hacienda. HEX triplet: A7, 84 and 1A. RGB value is (167,132,26). Sum of RGB (Red+Green+Blue) = 167+132+26=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7841A is #587BE5. Grayscale: #828282. Windows color (decimal): -5798886 or 1737895. OLE color: 1737895.

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

Color convert

RGB 167 132 26 -
CMYK 0 0.21 0.84 0.35
HSL 45.11º 0.73% 0.38% -
HSV(B) 45.11º 0.84% 0.65% -
XYZ 24.37 24.79 4.48 -
YUV 130.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 167 132 26 0 0.21 0.84 0.35 45.11 0.73 0.38
Hex A7 84 1A 0 15 54 23 2D 49 26
Octal 247 204 32 0 25 124 43 55 111 46
Binary 10100111 10000100 11010 0 10101 1010100 100011 101101 1001001 100110

Color Harmonies of #A7841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7841A

Black with #A7841A

Text Example


Text Example

White with #A7841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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