Html Css Color HEX #A5820F Hacienda

📋 copy color: '#A5820F'

red 165 ◦ green 130 ◦ blue 15

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

Shades of Hacienda #A5820F

Tints of Hacienda #A5820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

 BLUE value IS 15 (6.25% from 255) = 4.84%

R = 53.23%
G = 41.94%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5820F (or 0xA5820F) is known color: Hacienda. HEX triplet: A5, 82 and 0F. RGB value is (165,130,15). Sum of RGB (Red+Green+Blue) = 165+130+15=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5820F is #5A7DF0. Grayscale: #7F7F7F. Windows color (decimal): -5930481 or 1016485. OLE color: 1016485.

HSL color Cylindrical-coordinate representation of color #A5820F: hue angle of 46º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5820F is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 130 15 -
CMYK 0 0.21 0.91 0.35
HSL 46º 0.83% 0.35% -
HSV(B) 46º 0.91% 0.65% -
XYZ 23.59 24 3.84 -
YUV 127.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 165 130 15 0 0.21 0.91 0.35 46 0.83 0.35
Hex A5 82 F 0 15 5B 23 2E 53 23
Octal 245 202 17 0 25 133 43 56 123 43
Binary 10100101 10000010 1111 0 10101 1011011 100011 101110 1010011 100011

Color Harmonies of #A5820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5820F

Black with #A5820F

Text Example


Text Example

White with #A5820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5820F; }

 p { color: rgb(165,130,15); }

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

background-color css

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

 a { background-color: rgb(165,130,15); }

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

border-color css

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

 span { border-color: rgb(165,130,15); }

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