Html Css Color HEX #A8752F Hot Toddy

📋 copy color: '#A8752F'

red 168 ◦ green 117 ◦ blue 47

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

Shades of Hot Toddy #A8752F

Tints of Hot Toddy #A8752F

RGB

 RED value IS 168 (66.02% from 255) = 50.6%

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

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

R = 50.6%
G = 35.24%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A8752F (or 0xA8752F) is known color: Hot Toddy. HEX triplet: A8, 75 and 2F. RGB value is (168,117,47). Sum of RGB (Red+Green+Blue) = 168+117+47=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8752F is #578AD0. Grayscale: #7C7C7C. Windows color (decimal): -5737169 or 3110312. OLE color: 3110312.

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

Color convert

RGB 168 117 47 -
CMYK 0 0.30 0.72 0.34
HSL 34.71º 0.56% 0.42% -
HSV(B) 34.71º 0.72% 0.66% -
XYZ 23.02 21.25 5.58 -
YUV 124.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 168 117 47 0 0.30 0.72 0.34 34.71 0.56 0.42
Hex A8 75 2F 0 1E 48 22 23 38 2A
Octal 250 165 57 0 36 110 42 43 70 52
Binary 10101000 1110101 101111 0 11110 1001000 100010 100011 111000 101010

Color Harmonies of #A8752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8752F

Black with #A8752F

Text Example


Text Example

White with #A8752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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