Html Css Color HEX #A7851A Hacienda

📋 copy color: '#A7851A'

red 167 ◦ green 133 ◦ blue 26

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

Shades of Hacienda #A7851A

Tints of Hacienda #A7851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

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

R = 51.23%
G = 40.8%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7851A (or 0xA7851A) is known color: Hacienda. HEX triplet: A7, 85 and 1A. RGB value is (167,133,26). Sum of RGB (Red+Green+Blue) = 167+133+26=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7851A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7851A is #587AE5. Grayscale: #838383. Windows color (decimal): -5798630 or 1738151. OLE color: 1738151.

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

Color convert

RGB 167 133 26 -
CMYK 0 0.20 0.84 0.35
HSL 45.53º 0.73% 0.38% -
HSV(B) 45.53º 0.84% 0.65% -
XYZ 24.51 25.07 4.52 -
YUV 130.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 167 133 26 0 0.20 0.84 0.35 45.53 0.73 0.38
Hex A7 85 1A 0 14 54 23 2E 49 26
Octal 247 205 32 0 24 124 43 56 111 46
Binary 10100111 10000101 11010 0 10100 1010100 100011 101110 1001001 100110

Color Harmonies of #A7851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7851A

Black with #A7851A

Text Example


Text Example

White with #A7851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7851A; }

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

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

background-color css

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

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

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

border-color css

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

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

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