Html Css Color HEX #A7821F Hacienda

📋 copy color: '#A7821F'

red 167 ◦ green 130 ◦ blue 31

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

Shades of Hacienda #A7821F

Tints of Hacienda #A7821F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

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

R = 50.91%
G = 39.63%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7821F (or 0xA7821F) is known color: Hacienda. HEX triplet: A7, 82 and 1F. RGB value is (167,130,31). Sum of RGB (Red+Green+Blue) = 167+130+31=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7821F is #587DE0. Grayscale: #828282. Windows color (decimal): -5799393 or 2065063. OLE color: 2065063.

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

Color convert

RGB 167 130 31 -
CMYK 0 0.22 0.81 0.35
HSL 43.68º 0.69% 0.39% -
HSV(B) 43.68º 0.81% 0.65% -
XYZ 24.17 24.28 4.71 -
YUV 129.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 167 130 31 0 0.22 0.81 0.35 43.68 0.69 0.39
Hex A7 82 1F 0 16 51 23 2C 45 27
Octal 247 202 37 0 26 121 43 54 105 47
Binary 10100111 10000010 11111 0 10110 1010001 100011 101100 1000101 100111

Color Harmonies of #A7821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7821F

Black with #A7821F

Text Example


Text Example

White with #A7821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7821F; }

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

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

background-color css

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

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

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

border-color css

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

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

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