Html Css Color HEX #A07628 Hot Toddy

📋 copy color: '#A07628'

red 160 ◦ green 118 ◦ blue 40

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

Shades of Hot Toddy #A07628

Tints of Hot Toddy #A07628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

 BLUE value IS 40 (16.02% from 255) = 12.58%

R = 50.31%
G = 37.11%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A07628 (or 0xA07628) is known color: Hot Toddy. HEX triplet: A0, 76 and 28. RGB value is (160,118,40). Sum of RGB (Red+Green+Blue) = 160+118+40=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A07628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07628 is #5F89D7. Grayscale: #7A7A7A. Windows color (decimal): -6261208 or 2651808. OLE color: 2651808.

HSL color Cylindrical-coordinate representation of color #A07628: hue angle of 39º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A07628 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 118 40 -
CMYK 0 0.26 0.75 0.37
HSL 39º 0.6% 0.39% -
HSV(B) 39º 0.75% 0.63% -
XYZ 21.36 20.58 4.85 -
YUV 121.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 160 118 40 0 0.26 0.75 0.37 39 0.6 0.39
Hex A0 76 28 0 1A 4B 25 27 3C 27
Octal 240 166 50 0 32 113 45 47 74 47
Binary 10100000 1110110 101000 0 11010 1001011 100101 100111 111100 100111

Color Harmonies of #A07628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07628

Black with #A07628

Text Example


Text Example

White with #A07628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07628; }

 p { color: rgb(160,118,40); }

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

background-color css

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

 a { background-color: rgb(160,118,40); }

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

border-color css

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

 span { border-color: rgb(160,118,40); }

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