Html Css Color HEX #A58A26 Hacienda

📋 copy color: '#A58A26'

red 165 ◦ green 138 ◦ blue 38

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

Shades of Hacienda #A58A26

Tints of Hacienda #A58A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 48.39%
G = 40.47%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A58A26 (or 0xA58A26) is known color: Hacienda. HEX triplet: A5, 8A and 26. RGB value is (165,138,38). Sum of RGB (Red+Green+Blue) = 165+138+38=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58A26 is #5A75D9. Grayscale: #878787. Windows color (decimal): -5928410 or 2525861. OLE color: 2525861.

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

Color convert

RGB 165 138 38 -
CMYK 0 0.16 0.77 0.35
HSL 47.24º 0.63% 0.4% -
HSV(B) 47.24º 0.77% 0.65% -
XYZ 24.96 26.32 5.6 -
YUV 134.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 165 138 38 0 0.16 0.77 0.35 47.24 0.63 0.4
Hex A5 8A 26 0 10 4D 23 2F 3F 28
Octal 245 212 46 0 20 115 43 57 77 50
Binary 10100101 10001010 100110 0 10000 1001101 100011 101111 111111 101000

Color Harmonies of #A58A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A26

Black with #A58A26

Text Example


Text Example

White with #A58A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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