Html Css Color HEX #A58A1B Hacienda

📋 copy color: '#A58A1B'

red 165 ◦ green 138 ◦ blue 27

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

Shades of Hacienda #A58A1B

Tints of Hacienda #A58A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 50%
G = 41.82%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A58A1B (or 0xA58A1B) is known color: Hacienda. HEX triplet: A5, 8A and 1B. RGB value is (165,138,27). Sum of RGB (Red+Green+Blue) = 165+138+27=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58A1B is #5A75E4. Grayscale: #858585. Windows color (decimal): -5928421 or 1804965. OLE color: 1804965.

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

Color convert

RGB 165 138 27 -
CMYK 0 0.16 0.84 0.35
HSL 48.26º 0.72% 0.38% -
HSV(B) 48.26º 0.84% 0.65% -
XYZ 24.8 26.26 4.8 -
YUV 133.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 165 138 27 0 0.16 0.84 0.35 48.26 0.72 0.38
Hex A5 8A 1B 0 10 54 23 30 48 26
Octal 245 212 33 0 20 124 43 60 110 46
Binary 10100101 10001010 11011 0 10000 1010100 100011 110000 1001000 100110

Color Harmonies of #A58A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A1B

Black with #A58A1B

Text Example


Text Example

White with #A58A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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