Html Css Color HEX #A58626 Hacienda

📋 copy color: '#A58626'

red 165 ◦ green 134 ◦ blue 38

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

Shades of Hacienda #A58626

Tints of Hacienda #A58626

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.76%

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

R = 48.96%
G = 39.76%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A58626 (or 0xA58626) is known color: Hacienda. HEX triplet: A5, 86 and 26. RGB value is (165,134,38). Sum of RGB (Red+Green+Blue) = 165+134+38=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A58626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58626 is #5A79D9. Grayscale: #848484. Windows color (decimal): -5929434 or 2524837. OLE color: 2524837.

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

Color convert

RGB 165 134 38 -
CMYK 0 0.19 0.77 0.35
HSL 45.35º 0.63% 0.4% -
HSV(B) 45.35º 0.77% 0.65% -
XYZ 24.39 25.19 5.41 -
YUV 132.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 165 134 38 0 0.19 0.77 0.35 45.35 0.63 0.4
Hex A5 86 26 0 13 4D 23 2D 3F 28
Octal 245 206 46 0 23 115 43 55 77 50
Binary 10100101 10000110 100110 0 10011 1001101 100011 101101 111111 101000

Color Harmonies of #A58626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58626

Black with #A58626

Text Example


Text Example

White with #A58626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58626; }

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

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

background-color css

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

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

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

border-color css

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

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

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