Html Css Color HEX #A0674C Dark Tan

📋 copy color: '#A0674C'

red 160 ◦ green 103 ◦ blue 76

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

Shades of Dark Tan #A0674C

Tints of Dark Tan #A0674C

RGB

 RED value IS 160 (62.89% from 255) = 47.2%

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 47.2%
G = 30.38%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0674C (or 0xA0674C) is known color: Dark Tan. HEX triplet: A0, 67 and 4C. RGB value is (160,103,76). Sum of RGB (Red+Green+Blue) = 160+103+76=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0674C is #5F98B3. Grayscale: #757575. Windows color (decimal): -6265012 or 5007264. OLE color: 5007264.

HSL color Cylindrical-coordinate representation of color #A0674C: hue angle of 19.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0674C is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 103 76 -
CMYK 0 0.36 0.52 0.37
HSL 19.29º 0.36% 0.46% -
HSV(B) 19.29º 0.53% 0.63% -
XYZ 20.65 17.7 9.16 -
YUV 116.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 160 103 76 0 0.36 0.52 0.37 19.29 0.36 0.46
Hex A0 67 4C 0 24 34 25 13 24 2E
Octal 240 147 114 0 44 64 45 23 44 56
Binary 10100000 1100111 1001100 0 100100 110100 100101 10011 100100 101110

Color Harmonies of #A0674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0674C

Black with #A0674C

Text Example


Text Example

White with #A0674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0674C; }

 p { color: rgb(160,103,76); }

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

background-color css

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

 a { background-color: rgb(160,103,76); }

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

border-color css

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

 span { border-color: rgb(160,103,76); }

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