Html Css Color HEX #A37C1C Hacienda

📋 copy color: '#A37C1C'

red 163 ◦ green 124 ◦ blue 28

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

Shades of Hacienda #A37C1C

Tints of Hacienda #A37C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 51.75%
G = 39.37%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A37C1C (or 0xA37C1C) is known color: Hacienda. HEX triplet: A3, 7C and 1C. RGB value is (163,124,28). Sum of RGB (Red+Green+Blue) = 163+124+28=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C1C is #5C83E3. Grayscale: #7D7D7D. Windows color (decimal): -6063076 or 1866915. OLE color: 1866915.

HSL color Cylindrical-coordinate representation of color #A37C1C: hue angle of 42.67º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A37C1C is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 124 28 -
CMYK 0 0.24 0.83 0.36
HSL 42.67º 0.71% 0.37% -
HSV(B) 42.67º 0.83% 0.64% -
XYZ 22.52 22.29 4.21 -
YUV 124.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 163 124 28 0 0.24 0.83 0.36 42.67 0.71 0.37
Hex A3 7C 1C 0 18 53 24 2B 47 25
Octal 243 174 34 0 30 123 44 53 107 45
Binary 10100011 1111100 11100 0 11000 1010011 100100 101011 1000111 100101

Color Harmonies of #A37C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C1C

Black with #A37C1C

Text Example


Text Example

White with #A37C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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