Html Css Color HEX #A47C0D Hacienda

📋 copy color: '#A47C0D'

red 164 ◦ green 124 ◦ blue 13

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

Shades of Hacienda #A47C0D

Tints of Hacienda #A47C0D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 54.49%
G = 41.2%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A47C0D (or 0xA47C0D) is known color: Hacienda. HEX triplet: A4, 7C and 0D. RGB value is (164,124,13). Sum of RGB (Red+Green+Blue) = 164+124+13=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47C0D is #5B83F2. Grayscale: #7B7B7B. Windows color (decimal): -5997555 or 883876. OLE color: 883876.

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

Color convert

RGB 164 124 13 -
CMYK 0 0.24 0.92 0.36
HSL 44.11º 0.85% 0.35% -
HSV(B) 44.11º 0.92% 0.64% -
XYZ 22.59 22.34 3.5 -
YUV 123.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 164 124 13 0 0.24 0.92 0.36 44.11 0.85 0.35
Hex A4 7C D 0 18 5C 24 2C 55 23
Octal 244 174 15 0 30 134 44 54 125 43
Binary 10100100 1111100 1101 0 11000 1011100 100100 101100 1010101 100011

Color Harmonies of #A47C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C0D

Black with #A47C0D

Text Example


Text Example

White with #A47C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C0D; }

 p { color: rgb(164,124,13); }

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

background-color css

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

 a { background-color: rgb(164,124,13); }

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

border-color css

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

 span { border-color: rgb(164,124,13); }

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