Html Css Color HEX #A5752F Hot Toddy

📋 copy color: '#A5752F'

red 165 ◦ green 117 ◦ blue 47

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

Shades of Hot Toddy #A5752F

Tints of Hot Toddy #A5752F

RGB

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

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

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

R = 50.15%
G = 35.56%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5752F (or 0xA5752F) is known color: Hot Toddy. HEX triplet: A5, 75 and 2F. RGB value is (165,117,47). Sum of RGB (Red+Green+Blue) = 165+117+47=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5752F is #5A8AD0. Grayscale: #7B7B7B. Windows color (decimal): -5933777 or 3110309. OLE color: 3110309.

HSL color Cylindrical-coordinate representation of color #A5752F: hue angle of 35.59º 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 #A5752F is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 47 -
CMYK 0 0.29 0.72 0.35
HSL 35.59º 0.56% 0.42% -
HSV(B) 35.59º 0.72% 0.65% -
XYZ 22.39 20.93 5.55 -
YUV 123.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 165 117 47 0 0.29 0.72 0.35 35.59 0.56 0.42
Hex A5 75 2F 0 1D 48 23 24 38 2A
Octal 245 165 57 0 35 110 43 44 70 52
Binary 10100101 1110101 101111 0 11101 1001000 100011 100100 111000 101010

Color Harmonies of #A5752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5752F

Black with #A5752F

Text Example


Text Example

White with #A5752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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