Html Css Color HEX #A8772F Hot Toddy

📋 copy color: '#A8772F'

red 168 ◦ green 119 ◦ blue 47

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

Shades of Hot Toddy #A8772F

Tints of Hot Toddy #A8772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

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

R = 50.3%
G = 35.63%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A8772F (or 0xA8772F) is known color: Hot Toddy. HEX triplet: A8, 77 and 2F. RGB value is (168,119,47). Sum of RGB (Red+Green+Blue) = 168+119+47=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8772F is #5788D0. Grayscale: #7D7D7D. Windows color (decimal): -5736657 or 3110824. OLE color: 3110824.

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

Color convert

RGB 168 119 47 -
CMYK 0 0.29 0.72 0.34
HSL 35.7º 0.56% 0.42% -
HSV(B) 35.7º 0.72% 0.66% -
XYZ 23.26 21.72 5.66 -
YUV 125.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 168 119 47 0 0.29 0.72 0.34 35.7 0.56 0.42
Hex A8 77 2F 0 1D 48 22 24 38 2A
Octal 250 167 57 0 35 110 42 44 70 52
Binary 10101000 1110111 101111 0 11101 1001000 100010 100100 111000 101010

Color Harmonies of #A8772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8772F

Black with #A8772F

Text Example


Text Example

White with #A8772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8772F; }

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

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

background-color css

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

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

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

border-color css

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

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

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