Html Css Color HEX #A37D1E Hacienda

📋 copy color: '#A37D1E'

red 163 ◦ green 125 ◦ blue 30

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

Shades of Hacienda #A37D1E

Tints of Hacienda #A37D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 51.26%
G = 39.31%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A37D1E (or 0xA37D1E) is known color: Hacienda. HEX triplet: A3, 7D and 1E. RGB value is (163,125,30). Sum of RGB (Red+Green+Blue) = 163+125+30=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D1E is #5C82E1. Grayscale: #7D7D7D. Windows color (decimal): -6062818 or 1998243. OLE color: 1998243.

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

Color convert

RGB 163 125 30 -
CMYK 0 0.23 0.82 0.36
HSL 42.86º 0.69% 0.38% -
HSV(B) 42.86º 0.82% 0.64% -
XYZ 22.67 22.55 4.39 -
YUV 125.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 163 125 30 0 0.23 0.82 0.36 42.86 0.69 0.38
Hex A3 7D 1E 0 17 52 24 2B 45 26
Octal 243 175 36 0 27 122 44 53 105 46
Binary 10100011 1111101 11110 0 10111 1010010 100100 101011 1000101 100110

Color Harmonies of #A37D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D1E

Black with #A37D1E

Text Example


Text Example

White with #A37D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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