Html Css Color HEX #A07E38 Hot Toddy

📋 copy color: '#A07E38'

red 160 ◦ green 126 ◦ blue 56

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

Shades of Hot Toddy #A07E38

Tints of Hot Toddy #A07E38

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.84%

 BLUE value IS 56 (22.27% from 255) = 16.37%

R = 46.78%
G = 36.84%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A07E38 (or 0xA07E38) is known color: Hot Toddy. HEX triplet: A0, 7E and 38. RGB value is (160,126,56). Sum of RGB (Red+Green+Blue) = 160+126+56=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E38 is #5F81C7. Grayscale: #808080. Windows color (decimal): -6259144 or 3702432. OLE color: 3702432.

HSL color Cylindrical-coordinate representation of color #A07E38: hue angle of 40.38º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A07E38 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 126 56 -
CMYK 0 0.21 0.65 0.37
HSL 40.38º 0.48% 0.42% -
HSV(B) 40.38º 0.65% 0.63% -
XYZ 22.67 22.68 6.92 -
YUV 128.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 160 126 56 0 0.21 0.65 0.37 40.38 0.48 0.42
Hex A0 7E 38 0 15 41 25 28 30 2A
Octal 240 176 70 0 25 101 45 50 60 52
Binary 10100000 1111110 111000 0 10101 1000001 100101 101000 110000 101010

Color Harmonies of #A07E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E38

Black with #A07E38

Text Example


Text Example

White with #A07E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E38; }

 p { color: rgb(160,126,56); }

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

background-color css

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

 a { background-color: rgb(160,126,56); }

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

border-color css

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

 span { border-color: rgb(160,126,56); }

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