Html Css Color HEX #A07B35 Hot Toddy

📋 copy color: '#A07B35'

red 160 ◦ green 123 ◦ blue 53

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

Shades of Hot Toddy #A07B35

Tints of Hot Toddy #A07B35

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.61%

 BLUE value IS 53 (21.09% from 255) = 15.77%

R = 47.62%
G = 36.61%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A07B35 (or 0xA07B35) is known color: Hot Toddy. HEX triplet: A0, 7B and 35. RGB value is (160,123,53). Sum of RGB (Red+Green+Blue) = 160+123+53=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B35 is #5F84CA. Grayscale: #7E7E7E. Windows color (decimal): -6259915 or 3505056. OLE color: 3505056.

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

Color convert

RGB 160 123 53 -
CMYK 0 0.23 0.67 0.37
HSL 39.25º 0.5% 0.42% -
HSV(B) 39.25º 0.67% 0.63% -
XYZ 22.22 21.9 6.42 -
YUV 126.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 160 123 53 0 0.23 0.67 0.37 39.25 0.5 0.42
Hex A0 7B 35 0 17 43 25 27 32 2A
Octal 240 173 65 0 27 103 45 47 62 52
Binary 10100000 1111011 110101 0 10111 1000011 100101 100111 110010 101010

Color Harmonies of #A07B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B35

Black with #A07B35

Text Example


Text Example

White with #A07B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B35; }

 p { color: rgb(160,123,53); }

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

background-color css

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

 a { background-color: rgb(160,123,53); }

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

border-color css

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

 span { border-color: rgb(160,123,53); }

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