Html Css Color HEX #A28912 Hacienda

📋 copy color: '#A28912'

red 162 ◦ green 137 ◦ blue 18

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

Shades of Hacienda #A28912

Tints of Hacienda #A28912

RGB

 RED value IS 162 (63.67% from 255) = 51.1%

 GREEN value IS 137 (53.91% from 255) = 43.22%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 51.1%
G = 43.22%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A28912 (or 0xA28912) is known color: Hacienda. HEX triplet: A2, 89 and 12. RGB value is (162,137,18). Sum of RGB (Red+Green+Blue) = 162+137+18=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A28912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28912 is #5D76ED. Grayscale: #838383. Windows color (decimal): -6125294 or 1214882. OLE color: 1214882.

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

Color convert

RGB 162 137 18 -
CMYK 0 0.15 0.89 0.36
HSL 49.58º 0.8% 0.35% -
HSV(B) 49.58º 0.89% 0.64% -
XYZ 23.96 25.62 4.25 -
YUV 130.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 162 137 18 0 0.15 0.89 0.36 49.58 0.8 0.35
Hex A2 89 12 0 F 59 24 32 50 23
Octal 242 211 22 0 17 131 44 62 120 43
Binary 10100010 10001001 10010 0 1111 1011001 100100 110010 1010000 100011

Color Harmonies of #A28912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28912

Black with #A28912

Text Example


Text Example

White with #A28912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28912; }

 p { color: rgb(162,137,18); }

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

background-color css

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

 a { background-color: rgb(162,137,18); }

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

border-color css

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

 span { border-color: rgb(162,137,18); }

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