Html Css Color HEX #A47F1E Hacienda

📋 copy color: '#A47F1E'

red 164 ◦ green 127 ◦ blue 30

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

Shades of Hacienda #A47F1E

Tints of Hacienda #A47F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 39.56%

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

R = 51.09%
G = 39.56%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A47F1E (or 0xA47F1E) is known color: Hacienda. HEX triplet: A4, 7F and 1E. RGB value is (164,127,30). Sum of RGB (Red+Green+Blue) = 164+127+30=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F1E is #5B80E1. Grayscale: #7F7F7F. Windows color (decimal): -5996770 or 1998756. OLE color: 1998756.

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

Color convert

RGB 164 127 30 -
CMYK 0 0.23 0.82 0.36
HSL 43.43º 0.69% 0.38% -
HSV(B) 43.43º 0.82% 0.64% -
XYZ 23.13 23.17 4.48 -
YUV 127.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 164 127 30 0 0.23 0.82 0.36 43.43 0.69 0.38
Hex A4 7F 1E 0 17 52 24 2B 45 26
Octal 244 177 36 0 27 122 44 53 105 46
Binary 10100100 1111111 11110 0 10111 1010010 100100 101011 1000101 100110

Color Harmonies of #A47F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F1E

Black with #A47F1E

Text Example


Text Example

White with #A47F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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