Html Css Color HEX #A4801E Hacienda

📋 copy color: '#A4801E'

red 164 ◦ green 128 ◦ blue 30

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

Shades of Hacienda #A4801E

Tints of Hacienda #A4801E

RGB

 RED value IS 164 (64.45% from 255) = 50.93%

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

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 50.93%
G = 39.75%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4801E (or 0xA4801E) is known color: Hacienda. HEX triplet: A4, 80 and 1E. RGB value is (164,128,30). Sum of RGB (Red+Green+Blue) = 164+128+30=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4801E is #5B7FE1. Grayscale: #808080. Windows color (decimal): -5996514 or 1999012. OLE color: 1999012.

HSL color Cylindrical-coordinate representation of color #A4801E: hue angle of 43.88º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4801E is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 30 -
CMYK 0 0.22 0.82 0.36
HSL 43.88º 0.69% 0.38% -
HSV(B) 43.88º 0.82% 0.64% -
XYZ 23.26 23.42 4.52 -
YUV 127.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 164 128 30 0 0.22 0.82 0.36 43.88 0.69 0.38
Hex A4 80 1E 0 16 52 24 2C 45 26
Octal 244 200 36 0 26 122 44 54 105 46
Binary 10100100 10000000 11110 0 10110 1010010 100100 101100 1000101 100110

Color Harmonies of #A4801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4801E

Black with #A4801E

Text Example


Text Example

White with #A4801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4801E; }

 p { color: rgb(164,128,30); }

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

background-color css

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

 a { background-color: rgb(164,128,30); }

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

border-color css

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

 span { border-color: rgb(164,128,30); }

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