Html Css Color HEX #A58A24 Hacienda

📋 copy color: '#A58A24'

red 165 ◦ green 138 ◦ blue 36

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

Shades of Hacienda #A58A24

Tints of Hacienda #A58A24

RGB

 RED value IS 165 (64.84% from 255) = 48.67%

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

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 48.67%
G = 40.71%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A58A24 (or 0xA58A24) is known color: Hacienda. HEX triplet: A5, 8A and 24. RGB value is (165,138,36). Sum of RGB (Red+Green+Blue) = 165+138+36=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58A24 is #5A75DB. Grayscale: #868686. Windows color (decimal): -5928412 or 2394789. OLE color: 2394789.

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

Color convert

RGB 165 138 36 -
CMYK 0 0.16 0.78 0.35
HSL 47.44º 0.64% 0.39% -
HSV(B) 47.44º 0.78% 0.65% -
XYZ 24.92 26.3 5.43 -
YUV 134.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 165 138 36 0 0.16 0.78 0.35 47.44 0.64 0.39
Hex A5 8A 24 0 10 4E 23 2F 40 27
Octal 245 212 44 0 20 116 43 57 100 47
Binary 10100101 10001010 100100 0 10000 1001110 100011 101111 1000000 100111

Color Harmonies of #A58A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A24

Black with #A58A24

Text Example


Text Example

White with #A58A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A24; }

 p { color: rgb(165,138,36); }

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

background-color css

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

 a { background-color: rgb(165,138,36); }

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

border-color css

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

 span { border-color: rgb(165,138,36); }

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