Html Css Color HEX #A47A0E Hacienda

📋 copy color: '#A47A0E'

red 164 ◦ green 122 ◦ blue 14

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

Shades of Hacienda #A47A0E

Tints of Hacienda #A47A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.67%

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 54.67%
G = 40.67%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A47A0E (or 0xA47A0E) is known color: Hacienda. HEX triplet: A4, 7A and 0E. RGB value is (164,122,14). Sum of RGB (Red+Green+Blue) = 164+122+14=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47A0E is #5B85F1. Grayscale: #7A7A7A. Windows color (decimal): -5998066 or 948900. OLE color: 948900.

HSL color Cylindrical-coordinate representation of color #A47A0E: hue angle of 43.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A47A0E is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 14 -
CMYK 0 0.26 0.91 0.36
HSL 43.2º 0.84% 0.35% -
HSV(B) 43.2º 0.91% 0.64% -
XYZ 22.35 21.84 3.45 -
YUV 122.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 164 122 14 0 0.26 0.91 0.36 43.2 0.84 0.35
Hex A4 7A E 0 1A 5B 24 2B 54 23
Octal 244 172 16 0 32 133 44 53 124 43
Binary 10100100 1111010 1110 0 11010 1011011 100100 101011 1010100 100011

Color Harmonies of #A47A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A0E

Black with #A47A0E

Text Example


Text Example

White with #A47A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A0E; }

 p { color: rgb(164,122,14); }

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

background-color css

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

 a { background-color: rgb(164,122,14); }

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

border-color css

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

 span { border-color: rgb(164,122,14); }

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