Html Css Color HEX #A7842A Hacienda

📋 copy color: '#A7842A'

red 167 ◦ green 132 ◦ blue 42

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

Shades of Hacienda #A7842A

Tints of Hacienda #A7842A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.32%

R = 48.97%
G = 38.71%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7842A (or 0xA7842A) is known color: Hacienda. HEX triplet: A7, 84 and 2A. RGB value is (167,132,42). Sum of RGB (Red+Green+Blue) = 167+132+42=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A7842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7842A is #587BD5. Grayscale: #848484. Windows color (decimal): -5798870 or 2786471. OLE color: 2786471.

HSL color Cylindrical-coordinate representation of color #A7842A: hue angle of 43.2º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7842A is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 132 42 -
CMYK 0 0.21 0.75 0.35
HSL 43.2º 0.6% 0.41% -
HSV(B) 43.2º 0.75% 0.65% -
XYZ 24.61 24.89 5.7 -
YUV 132.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 167 132 42 0 0.21 0.75 0.35 43.2 0.6 0.41
Hex A7 84 2A 0 15 4B 23 2B 3C 29
Octal 247 204 52 0 25 113 43 53 74 51
Binary 10100111 10000100 101010 0 10101 1001011 100011 101011 111100 101001

Color Harmonies of #A7842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7842A

Black with #A7842A

Text Example


Text Example

White with #A7842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7842A; }

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

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

background-color css

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

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

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

border-color css

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

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

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