Html Css Color HEX #A7841B Hacienda

📋 copy color: '#A7841B'

red 167 ◦ green 132 ◦ blue 27

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

Shades of Hacienda #A7841B

Tints of Hacienda #A7841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.28%

R = 51.23%
G = 40.49%
B = 8.28%

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

#A7841B (or 0xA7841B) is known color: Hacienda. HEX triplet: A7, 84 and 1B. RGB value is (167,132,27). Sum of RGB (Red+Green+Blue) = 167+132+27=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7841B is #587BE4. Grayscale: #828282. Windows color (decimal): -5798885 or 1803431. OLE color: 1803431.

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

Color convert

RGB 167 132 27 -
CMYK 0 0.21 0.84 0.35
HSL 45º 0.72% 0.38% -
HSV(B) 45º 0.84% 0.65% -
XYZ 24.39 24.8 4.54 -
YUV 130.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 167 132 27 0 0.21 0.84 0.35 45 0.72 0.38
Hex A7 84 1B 0 15 54 23 2D 48 26
Octal 247 204 33 0 25 124 43 55 110 46
Binary 10100111 10000100 11011 0 10101 1010100 100011 101101 1001000 100110

Color Harmonies of #A7841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7841B

Black with #A7841B

Text Example


Text Example

White with #A7841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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