Html Css Color HEX #A58D26 Hacienda

📋 copy color: '#A58D26'

red 165 ◦ green 141 ◦ blue 38

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

Shades of Hacienda #A58D26

Tints of Hacienda #A58D26

RGB

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

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

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

R = 47.97%
G = 40.99%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A58D26 (or 0xA58D26) is known color: Hacienda. HEX triplet: A5, 8D and 26. RGB value is (165,141,38). Sum of RGB (Red+Green+Blue) = 165+141+38=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D26 is #5A72D9. Grayscale: #888888. Windows color (decimal): -5927642 or 2526629. OLE color: 2526629.

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

Color convert

RGB 165 141 38 -
CMYK 0 0.15 0.77 0.35
HSL 48.66º 0.63% 0.4% -
HSV(B) 48.66º 0.77% 0.65% -
XYZ 25.39 27.19 5.74 -
YUV 136.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 165 141 38 0 0.15 0.77 0.35 48.66 0.63 0.4
Hex A5 8D 26 0 F 4D 23 31 3F 28
Octal 245 215 46 0 17 115 43 61 77 50
Binary 10100101 10001101 100110 0 1111 1001101 100011 110001 111111 101000

Color Harmonies of #A58D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58D26

Black with #A58D26

Text Example


Text Example

White with #A58D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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