Html Css Color HEX #A58026 Hacienda

📋 copy color: '#A58026'

red 165 ◦ green 128 ◦ blue 38

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

Shades of Hacienda #A58026

Tints of Hacienda #A58026

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 49.85%
G = 38.67%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A58026 (or 0xA58026) is known color: Hacienda. HEX triplet: A5, 80 and 26. RGB value is (165,128,38). Sum of RGB (Red+Green+Blue) = 165+128+38=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A58026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58026 is #5A7FD9. Grayscale: #818181. Windows color (decimal): -5930970 or 2523301. OLE color: 2523301.

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

Color convert

RGB 165 128 38 -
CMYK 0 0.22 0.77 0.35
HSL 42.52º 0.63% 0.4% -
HSV(B) 42.52º 0.77% 0.65% -
XYZ 23.59 23.58 5.14 -
YUV 128.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 165 128 38 0 0.22 0.77 0.35 42.52 0.63 0.4
Hex A5 80 26 0 16 4D 23 2B 3F 28
Octal 245 200 46 0 26 115 43 53 77 50
Binary 10100101 10000000 100110 0 10110 1001101 100011 101011 111111 101000

Color Harmonies of #A58026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58026

Black with #A58026

Text Example


Text Example

White with #A58026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58026; }

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

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

background-color css

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

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

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

border-color css

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

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

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