Html Css Color HEX #A5752D Hot Toddy

📋 copy color: '#A5752D'

red 165 ◦ green 117 ◦ blue 45

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

Shades of Hot Toddy #A5752D

Tints of Hot Toddy #A5752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 50.46%
G = 35.78%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5752D (or 0xA5752D) is known color: Hot Toddy. HEX triplet: A5, 75 and 2D. RGB value is (165,117,45). Sum of RGB (Red+Green+Blue) = 165+117+45=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5752D is #5A8AD2. Grayscale: #7B7B7B. Windows color (decimal): -5933779 or 2979237. OLE color: 2979237.

HSL color Cylindrical-coordinate representation of color #A5752D: hue angle of 36º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5752D is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 45 -
CMYK 0 0.29 0.73 0.35
HSL 36º 0.57% 0.41% -
HSV(B) 36º 0.73% 0.65% -
XYZ 22.35 20.91 5.34 -
YUV 123.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 165 117 45 0 0.29 0.73 0.35 36 0.57 0.41
Hex A5 75 2D 0 1D 49 23 24 39 29
Octal 245 165 55 0 35 111 43 44 71 51
Binary 10100101 1110101 101101 0 11101 1001001 100011 100100 111001 101001

Color Harmonies of #A5752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5752D

Black with #A5752D

Text Example


Text Example

White with #A5752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5752D; }

 p { color: rgb(165,117,45); }

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

background-color css

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

 a { background-color: rgb(165,117,45); }

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

border-color css

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

 span { border-color: rgb(165,117,45); }

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