Html Css Color HEX #A58D23 Hacienda

📋 copy color: '#A58D23'

red 165 ◦ green 141 ◦ blue 35

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

Shades of Hacienda #A58D23

Tints of Hacienda #A58D23

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 48.39%
G = 41.35%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A58D23 (or 0xA58D23) is known color: Hacienda. HEX triplet: A5, 8D and 23. RGB value is (165,141,35). Sum of RGB (Red+Green+Blue) = 165+141+35=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D23 is #5A72DC. Grayscale: #888888. Windows color (decimal): -5927645 or 2330021. OLE color: 2330021.

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

Color convert

RGB 165 141 35 -
CMYK 0 0.15 0.79 0.35
HSL 48.92º 0.65% 0.39% -
HSV(B) 48.92º 0.79% 0.65% -
XYZ 25.35 27.17 5.5 -
YUV 136.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 165 141 35 0 0.15 0.79 0.35 48.92 0.65 0.39
Hex A5 8D 23 0 F 4F 23 31 41 27
Octal 245 215 43 0 17 117 43 61 101 47
Binary 10100101 10001101 100011 0 1111 1001111 100011 110001 1000001 100111

Color Harmonies of #A58D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58D23

Black with #A58D23

Text Example


Text Example

White with #A58D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58D23; }

 p { color: rgb(165,141,35); }

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

background-color css

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

 a { background-color: rgb(165,141,35); }

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

border-color css

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

 span { border-color: rgb(165,141,35); }

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