Html Css Color HEX #A58B23 Hacienda

📋 copy color: '#A58B23'

red 165 ◦ green 139 ◦ blue 35

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

Shades of Hacienda #A58B23

Tints of Hacienda #A58B23

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

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

R = 48.67%
G = 41%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A58B23 (or 0xA58B23) is known color: Hacienda. HEX triplet: A5, 8B and 23. RGB value is (165,139,35). Sum of RGB (Red+Green+Blue) = 165+139+35=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58B23 is #5A74DC. Grayscale: #878787. Windows color (decimal): -5928157 or 2329509. OLE color: 2329509.

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

Color convert

RGB 165 139 35 -
CMYK 0 0.16 0.79 0.35
HSL 48º 0.65% 0.39% -
HSV(B) 48º 0.79% 0.65% -
XYZ 25.05 26.59 5.4 -
YUV 134.92 71.61 149.46 -
System Red Green Blue C M Y K H S L
Decimal 165 139 35 0 0.16 0.79 0.35 48 0.65 0.39
Hex A5 8B 23 0 10 4F 23 30 41 27
Octal 245 213 43 0 20 117 43 60 101 47
Binary 10100101 10001011 100011 0 10000 1001111 100011 110000 1000001 100111

Color Harmonies of #A58B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B23

Black with #A58B23

Text Example


Text Example

White with #A58B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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