Html Css Color HEX #A37C0E Hacienda

📋 copy color: '#A37C0E'

red 163 ◦ green 124 ◦ blue 14

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

Shades of Hacienda #A37C0E

Tints of Hacienda #A37C0E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

 BLUE value IS 14 (5.86% from 255) = 4.65%

R = 54.15%
G = 41.2%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A37C0E (or 0xA37C0E) is known color: Hacienda. HEX triplet: A3, 7C and 0E. RGB value is (163,124,14). Sum of RGB (Red+Green+Blue) = 163+124+14=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C0E is #5C83F1. Grayscale: #7B7B7B. Windows color (decimal): -6063090 or 949411. OLE color: 949411.

HSL color Cylindrical-coordinate representation of color #A37C0E: hue angle of 44.3º degrees, saturation: 0.84, 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 #A37C0E is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 124 14 -
CMYK 0 0.24 0.91 0.36
HSL 44.3º 0.84% 0.35% -
HSV(B) 44.3º 0.91% 0.64% -
XYZ 22.39 22.23 3.53 -
YUV 123.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 163 124 14 0 0.24 0.91 0.36 44.3 0.84 0.35
Hex A3 7C E 0 18 5B 24 2C 54 23
Octal 243 174 16 0 30 133 44 54 124 43
Binary 10100011 1111100 1110 0 11000 1011011 100100 101100 1010100 100011

Color Harmonies of #A37C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C0E

Black with #A37C0E

Text Example


Text Example

White with #A37C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C0E; }

 p { color: rgb(163,124,14); }

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

background-color css

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

 a { background-color: rgb(163,124,14); }

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

border-color css

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

 span { border-color: rgb(163,124,14); }

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