Html Css Color HEX #A4820F Hacienda

📋 copy color: '#A4820F'

red 164 ◦ green 130 ◦ blue 15

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

Shades of Hacienda #A4820F

Tints of Hacienda #A4820F

RGB

 RED value IS 164 (64.45% from 255) = 53.07%

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

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

R = 53.07%
G = 42.07%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4820F (or 0xA4820F) is known color: Hacienda. HEX triplet: A4, 82 and 0F. RGB value is (164,130,15). Sum of RGB (Red+Green+Blue) = 164+130+15=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4820F is #5B7DF0. Grayscale: #7F7F7F. Windows color (decimal): -5996017 or 1016484. OLE color: 1016484.

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

Color convert

RGB 164 130 15 -
CMYK 0 0.21 0.91 0.36
HSL 46.31º 0.83% 0.35% -
HSV(B) 46.31º 0.91% 0.64% -
XYZ 23.38 23.89 3.83 -
YUV 127.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 164 130 15 0 0.21 0.91 0.36 46.31 0.83 0.35
Hex A4 82 F 0 15 5B 24 2E 53 23
Octal 244 202 17 0 25 133 44 56 123 43
Binary 10100100 10000010 1111 0 10101 1011011 100100 101110 1010011 100011

Color Harmonies of #A4820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4820F

Black with #A4820F

Text Example


Text Example

White with #A4820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4820F; }

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

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

background-color css

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

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

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

border-color css

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

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

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