Html Css Color HEX #A58C24 Hacienda

📋 copy color: '#A58C24'

red 165 ◦ green 140 ◦ blue 36

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

Shades of Hacienda #A58C24

Tints of Hacienda #A58C24

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.06%

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

R = 48.39%
G = 41.06%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A58C24 (or 0xA58C24) is known color: Hacienda. HEX triplet: A5, 8C and 24. RGB value is (165,140,36). Sum of RGB (Red+Green+Blue) = 165+140+36=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58C24 is #5A73DB. Grayscale: #888888. Windows color (decimal): -5927900 or 2395301. OLE color: 2395301.

HSL color Cylindrical-coordinate representation of color #A58C24: hue angle of 48.37º 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 #A58C24 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 140 36 -
CMYK 0 0.15 0.78 0.35
HSL 48.37º 0.64% 0.39% -
HSV(B) 48.37º 0.78% 0.65% -
XYZ 25.21 26.88 5.53 -
YUV 135.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 165 140 36 0 0.15 0.78 0.35 48.37 0.64 0.39
Hex A5 8C 24 0 F 4E 23 30 40 27
Octal 245 214 44 0 17 116 43 60 100 47
Binary 10100101 10001100 100100 0 1111 1001110 100011 110000 1000000 100111

Color Harmonies of #A58C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58C24

Black with #A58C24

Text Example


Text Example

White with #A58C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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