Html Css Color HEX #A0674A Dark Tan

📋 copy color: '#A0674A'

red 160 ◦ green 103 ◦ blue 74

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

Shades of Dark Tan #A0674A

Tints of Dark Tan #A0674A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 47.48%
G = 30.56%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A0674A (or 0xA0674A) is known color: Dark Tan. HEX triplet: A0, 67 and 4A. RGB value is (160,103,74). Sum of RGB (Red+Green+Blue) = 160+103+74=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0674A is #5F98B5. Grayscale: #747474. Windows color (decimal): -6265014 or 4876192. OLE color: 4876192.

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

Color convert

RGB 160 103 74 -
CMYK 0 0.36 0.54 0.37
HSL 20.23º 0.37% 0.46% -
HSV(B) 20.23º 0.54% 0.63% -
XYZ 20.58 17.67 8.8 -
YUV 116.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 160 103 74 0 0.36 0.54 0.37 20.23 0.37 0.46
Hex A0 67 4A 0 24 36 25 14 25 2E
Octal 240 147 112 0 44 66 45 24 45 56
Binary 10100000 1100111 1001010 0 100100 110110 100101 10100 100101 101110

Color Harmonies of #A0674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0674A

Black with #A0674A

Text Example


Text Example

White with #A0674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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