Html Css Color HEX #A58A19 Hacienda

📋 copy color: '#A58A19'

red 165 ◦ green 138 ◦ blue 25

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

Shades of Hacienda #A58A19

Tints of Hacienda #A58A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 50.3%
G = 42.07%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A58A19 (or 0xA58A19) is known color: Hacienda. HEX triplet: A5, 8A and 19. RGB value is (165,138,25). Sum of RGB (Red+Green+Blue) = 165+138+25=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58A19 is #5A75E6. Grayscale: #858585. Windows color (decimal): -5928423 or 1673893. OLE color: 1673893.

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

Color convert

RGB 165 138 25 -
CMYK 0 0.16 0.85 0.35
HSL 48.43º 0.74% 0.37% -
HSV(B) 48.43º 0.85% 0.65% -
XYZ 24.78 26.25 4.68 -
YUV 133.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 165 138 25 0 0.16 0.85 0.35 48.43 0.74 0.37
Hex A5 8A 19 0 10 55 23 30 4A 25
Octal 245 212 31 0 20 125 43 60 112 45
Binary 10100101 10001010 11001 0 10000 1010101 100011 110000 1001010 100101

Color Harmonies of #A58A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A19

Black with #A58A19

Text Example


Text Example

White with #A58A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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