Html Css Color HEX #A47D0E Hacienda

📋 copy color: '#A47D0E'

red 164 ◦ green 125 ◦ blue 14

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

Shades of Hacienda #A47D0E

Tints of Hacienda #A47D0E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.25%

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

R = 54.13%
G = 41.25%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A47D0E (or 0xA47D0E) is known color: Hacienda. HEX triplet: A4, 7D and 0E. RGB value is (164,125,14). Sum of RGB (Red+Green+Blue) = 164+125+14=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47D0E is #5B82F1. Grayscale: #7C7C7C. Windows color (decimal): -5997298 or 949668. OLE color: 949668.

HSL color Cylindrical-coordinate representation of color #A47D0E: hue angle of 44.4º 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 #A47D0E is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 125 14 -
CMYK 0 0.24 0.91 0.36
HSL 44.4º 0.84% 0.35% -
HSV(B) 44.4º 0.91% 0.64% -
XYZ 22.72 22.59 3.58 -
YUV 124.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 164 125 14 0 0.24 0.91 0.36 44.4 0.84 0.35
Hex A4 7D E 0 18 5B 24 2C 54 23
Octal 244 175 16 0 30 133 44 54 124 43
Binary 10100100 1111101 1110 0 11000 1011011 100100 101100 1010100 100011

Color Harmonies of #A47D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D0E

Black with #A47D0E

Text Example


Text Example

White with #A47D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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