Html Css Color HEX #A48A25 Hacienda

📋 copy color: '#A48A25'

red 164 ◦ green 138 ◦ blue 37

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

Shades of Hacienda #A48A25

Tints of Hacienda #A48A25

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.71%

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 48.38%
G = 40.71%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A48A25 (or 0xA48A25) is known color: Hacienda. HEX triplet: A4, 8A and 25. RGB value is (164,138,37). Sum of RGB (Red+Green+Blue) = 164+138+37=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A25 is #5B75DA. Grayscale: #868686. Windows color (decimal): -5993947 or 2460324. OLE color: 2460324.

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

Color convert

RGB 164 138 37 -
CMYK 0 0.16 0.77 0.36
HSL 47.72º 0.63% 0.39% -
HSV(B) 47.72º 0.77% 0.64% -
XYZ 24.73 26.2 5.5 -
YUV 134.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 164 138 37 0 0.16 0.77 0.36 47.72 0.63 0.39
Hex A4 8A 25 0 10 4D 24 30 3F 27
Octal 244 212 45 0 20 115 44 60 77 47
Binary 10100100 10001010 100101 0 10000 1001101 100100 110000 111111 100111

Color Harmonies of #A48A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A25

Black with #A48A25

Text Example


Text Example

White with #A48A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A25; }

 p { color: rgb(164,138,37); }

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

background-color css

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

 a { background-color: rgb(164,138,37); }

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

border-color css

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

 span { border-color: rgb(164,138,37); }

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