Html Css Color HEX #A37D14 Hacienda

📋 copy color: '#A37D14'

red 163 ◦ green 125 ◦ blue 20

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

Shades of Hacienda #A37D14

Tints of Hacienda #A37D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.58%

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 52.92%
G = 40.58%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A37D14 (or 0xA37D14) is known color: Hacienda. HEX triplet: A3, 7D and 14. RGB value is (163,125,20). Sum of RGB (Red+Green+Blue) = 163+125+20=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37D14 is #5C82EB. Grayscale: #7C7C7C. Windows color (decimal): -6062828 or 1342883. OLE color: 1342883.

HSL color Cylindrical-coordinate representation of color #A37D14: hue angle of 44.06º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A37D14 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 125 20 -
CMYK 0 0.23 0.88 0.36
HSL 44.06º 0.78% 0.36% -
HSV(B) 44.06º 0.88% 0.64% -
XYZ 22.56 22.5 3.82 -
YUV 124.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 163 125 20 0 0.23 0.88 0.36 44.06 0.78 0.36
Hex A3 7D 14 0 17 58 24 2C 4E 24
Octal 243 175 24 0 27 130 44 54 116 44
Binary 10100011 1111101 10100 0 10111 1011000 100100 101100 1001110 100100

Color Harmonies of #A37D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D14

Black with #A37D14

Text Example


Text Example

White with #A37D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D14; }

 p { color: rgb(163,125,20); }

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

background-color css

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

 a { background-color: rgb(163,125,20); }

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

border-color css

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

 span { border-color: rgb(163,125,20); }

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