Html Css Color HEX #A8762F Hot Toddy

📋 copy color: '#A8762F'

red 168 ◦ green 118 ◦ blue 47

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

Shades of Hot Toddy #A8762F

Tints of Hot Toddy #A8762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

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

R = 50.45%
G = 35.44%
B = 14.11%

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

#A8762F (or 0xA8762F) is known color: Hot Toddy. HEX triplet: A8, 76 and 2F. RGB value is (168,118,47). Sum of RGB (Red+Green+Blue) = 168+118+47=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8762F is #5789D0. Grayscale: #7D7D7D. Windows color (decimal): -5736913 or 3110568. OLE color: 3110568.

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

Color convert

RGB 168 118 47 -
CMYK 0 0.30 0.72 0.34
HSL 35.21º 0.56% 0.42% -
HSV(B) 35.21º 0.72% 0.66% -
XYZ 23.14 21.49 5.62 -
YUV 124.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 168 118 47 0 0.30 0.72 0.34 35.21 0.56 0.42
Hex A8 76 2F 0 1E 48 22 23 38 2A
Octal 250 166 57 0 36 110 42 43 70 52
Binary 10101000 1110110 101111 0 11110 1001000 100010 100011 111000 101010

Color Harmonies of #A8762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8762F

Black with #A8762F

Text Example


Text Example

White with #A8762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8762F; }

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

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

background-color css

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

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

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

border-color css

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

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

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