Html Css Color HEX #A7801F Hacienda

📋 copy color: '#A7801F'

red 167 ◦ green 128 ◦ blue 31

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

Shades of Hacienda #A7801F

Tints of Hacienda #A7801F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

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

R = 51.23%
G = 39.26%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7801F (or 0xA7801F) is known color: Hacienda. HEX triplet: A7, 80 and 1F. RGB value is (167,128,31). Sum of RGB (Red+Green+Blue) = 167+128+31=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7801F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7801F is #587FE0. Grayscale: #818181. Windows color (decimal): -5799905 or 2064551. OLE color: 2064551.

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

Color convert

RGB 167 128 31 -
CMYK 0 0.23 0.81 0.35
HSL 42.79º 0.69% 0.39% -
HSV(B) 42.79º 0.81% 0.65% -
XYZ 23.9 23.75 4.62 -
YUV 128.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 167 128 31 0 0.23 0.81 0.35 42.79 0.69 0.39
Hex A7 80 1F 0 17 51 23 2B 45 27
Octal 247 200 37 0 27 121 43 53 105 47
Binary 10100111 10000000 11111 0 10111 1010001 100011 101011 1000101 100111

Color Harmonies of #A7801F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7801F

Black with #A7801F

Text Example


Text Example

White with #A7801F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7801F; }

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

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

background-color css

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

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

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

border-color css

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

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

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