Html Css Color HEX #A38212 Hacienda

📋 copy color: '#A38212'

red 163 ◦ green 130 ◦ blue 18

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

Shades of Hacienda #A38212

Tints of Hacienda #A38212

RGB

 RED value IS 163 (64.06% from 255) = 52.41%

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

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

R = 52.41%
G = 41.8%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A38212 (or 0xA38212) is known color: Hacienda. HEX triplet: A3, 82 and 12. RGB value is (163,130,18). Sum of RGB (Red+Green+Blue) = 163+130+18=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A38212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38212 is #5C7DED. Grayscale: #7F7F7F. Windows color (decimal): -6061550 or 1213091. OLE color: 1213091.

HSL color Cylindrical-coordinate representation of color #A38212: hue angle of 46.34º 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 #A38212 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 18 -
CMYK 0 0.20 0.89 0.36
HSL 46.34º 0.8% 0.35% -
HSV(B) 46.34º 0.89% 0.64% -
XYZ 23.2 23.8 3.94 -
YUV 127.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 163 130 18 0 0.20 0.89 0.36 46.34 0.8 0.35
Hex A3 82 12 0 14 59 24 2E 50 23
Octal 243 202 22 0 24 131 44 56 120 43
Binary 10100011 10000010 10010 0 10100 1011001 100100 101110 1010000 100011

Color Harmonies of #A38212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38212

Black with #A38212

Text Example


Text Example

White with #A38212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38212; }

 p { color: rgb(163,130,18); }

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

background-color css

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

 a { background-color: rgb(163,130,18); }

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

border-color css

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

 span { border-color: rgb(163,130,18); }

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