Html Css Color HEX #A57A2F Hot Toddy

📋 copy color: '#A57A2F'

red 165 ◦ green 122 ◦ blue 47

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

Shades of Hot Toddy #A57A2F

Tints of Hot Toddy #A57A2F

RGB

 RED value IS 165 (64.84% from 255) = 49.4%

 GREEN value IS 122 (48.05% from 255) = 36.53%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 49.4%
G = 36.53%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A57A2F (or 0xA57A2F) is known color: Hot Toddy. HEX triplet: A5, 7A and 2F. RGB value is (165,122,47). Sum of RGB (Red+Green+Blue) = 165+122+47=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57A2F is #5A85D0. Grayscale: #7E7E7E. Windows color (decimal): -5932497 or 3111589. OLE color: 3111589.

HSL color Cylindrical-coordinate representation of color #A57A2F: hue angle of 38.14º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A57A2F is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 122 47 -
CMYK 0 0.26 0.72 0.35
HSL 38.14º 0.56% 0.42% -
HSV(B) 38.14º 0.72% 0.65% -
XYZ 22.99 22.12 5.75 -
YUV 126.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 165 122 47 0 0.26 0.72 0.35 38.14 0.56 0.42
Hex A5 7A 2F 0 1A 48 23 26 38 2A
Octal 245 172 57 0 32 110 43 46 70 52
Binary 10100101 1111010 101111 0 11010 1001000 100011 100110 111000 101010

Color Harmonies of #A57A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A2F

Black with #A57A2F

Text Example


Text Example

White with #A57A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A2F; }

 p { color: rgb(165,122,47); }

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

background-color css

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

 a { background-color: rgb(165,122,47); }

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

border-color css

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

 span { border-color: rgb(165,122,47); }

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