Html Css Color HEX #A48115 Hacienda

📋 copy color: '#A48115'

red 164 ◦ green 129 ◦ blue 21

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

Shades of Hacienda #A48115

Tints of Hacienda #A48115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.08%

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

R = 52.23%
G = 41.08%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A48115 (or 0xA48115) is known color: Hacienda. HEX triplet: A4, 81 and 15. RGB value is (164,129,21). Sum of RGB (Red+Green+Blue) = 164+129+21=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A48115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48115 is #5B7EEA. Grayscale: #7F7F7F. Windows color (decimal): -5996267 or 1409444. OLE color: 1409444.

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

Color convert

RGB 164 129 21 -
CMYK 0 0.21 0.87 0.36
HSL 45.31º 0.77% 0.36% -
HSV(B) 45.31º 0.87% 0.64% -
XYZ 23.3 23.65 4.05 -
YUV 127.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 164 129 21 0 0.21 0.87 0.36 45.31 0.77 0.36
Hex A4 81 15 0 15 57 24 2D 4D 24
Octal 244 201 25 0 25 127 44 55 115 44
Binary 10100100 10000001 10101 0 10101 1010111 100100 101101 1001101 100100

Color Harmonies of #A48115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48115

Black with #A48115

Text Example


Text Example

White with #A48115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48115; }

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

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

background-color css

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

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

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

border-color css

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

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

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