Html Css Color HEX #A48015 Hacienda

📋 copy color: '#A48015'

red 164 ◦ green 128 ◦ blue 21

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

Shades of Hacienda #A48015

Tints of Hacienda #A48015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.71%

R = 52.4%
G = 40.89%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A48015 (or 0xA48015) is known color: Hacienda. HEX triplet: A4, 80 and 15. RGB value is (164,128,21). Sum of RGB (Red+Green+Blue) = 164+128+21=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A48015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48015 is #5B7FEA. Grayscale: #7F7F7F. Windows color (decimal): -5996523 or 1409188. OLE color: 1409188.

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

Color convert

RGB 164 128 21 -
CMYK 0 0.22 0.87 0.36
HSL 44.9º 0.77% 0.36% -
HSV(B) 44.9º 0.87% 0.64% -
XYZ 23.16 23.39 4 -
YUV 126.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 164 128 21 0 0.22 0.87 0.36 44.9 0.77 0.36
Hex A4 80 15 0 16 57 24 2D 4D 24
Octal 244 200 25 0 26 127 44 55 115 44
Binary 10100100 10000000 10101 0 10110 1010111 100100 101101 1001101 100100

Color Harmonies of #A48015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48015

Black with #A48015

Text Example


Text Example

White with #A48015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48015; }

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

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

background-color css

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

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

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

border-color css

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

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

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