Html Css Color HEX #A37B12 Hacienda

📋 copy color: '#A37B12'

red 163 ◦ green 123 ◦ blue 18

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

Shades of Hacienda #A37B12

Tints of Hacienda #A37B12

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.46%

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

R = 53.62%
G = 40.46%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A37B12 (or 0xA37B12) is known color: Hacienda. HEX triplet: A3, 7B and 12. RGB value is (163,123,18). Sum of RGB (Red+Green+Blue) = 163+123+18=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37B12 is #5C84ED. Grayscale: #7B7B7B. Windows color (decimal): -6063342 or 1211299. OLE color: 1211299.

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

Color convert

RGB 163 123 18 -
CMYK 0 0.25 0.89 0.36
HSL 43.45º 0.8% 0.35% -
HSV(B) 43.45º 0.89% 0.64% -
XYZ 22.3 22 3.64 -
YUV 122.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 163 123 18 0 0.25 0.89 0.36 43.45 0.8 0.35
Hex A3 7B 12 0 19 59 24 2B 50 23
Octal 243 173 22 0 31 131 44 53 120 43
Binary 10100011 1111011 10010 0 11001 1011001 100100 101011 1010000 100011

Color Harmonies of #A37B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B12

Black with #A37B12

Text Example


Text Example

White with #A37B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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