Html Css Color HEX #AF742E Hot Toddy

📋 copy color: '#AF742E'

red 175 ◦ green 116 ◦ blue 46

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

Shades of Hot Toddy #AF742E

Tints of Hot Toddy #AF742E

RGB

 RED value IS 175 (68.75% from 255) = 51.93%

 GREEN value IS 116 (45.7% from 255) = 34.42%

 BLUE value IS 46 (18.36% from 255) = 13.65%

R = 51.93%
G = 34.42%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF742E (or 0xAF742E) is known color: Hot Toddy. HEX triplet: AF, 74 and 2E. RGB value is (175,116,46). Sum of RGB (Red+Green+Blue) = 175+116+46=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF742E is #508BD1. Grayscale: #7E7E7E. Windows color (decimal): -5278674 or 3044527. OLE color: 3044527.

HSL color Cylindrical-coordinate representation of color #AF742E: hue angle of 32.56º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF742E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 46 -
CMYK 0 0.34 0.74 0.31
HSL 32.56º 0.58% 0.43% -
HSV(B) 32.56º 0.74% 0.69% -
XYZ 24.42 21.8 5.51 -
YUV 125.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 175 116 46 0 0.34 0.74 0.31 32.56 0.58 0.43
Hex AF 74 2E 0 22 4A 1F 21 3A 2B
Octal 257 164 56 0 42 112 37 41 72 53
Binary 10101111 1110100 101110 0 100010 1001010 11111 100001 111010 101011

Color Harmonies of #AF742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF742E

Black with #AF742E

Text Example


Text Example

White with #AF742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF742E; }

 p { color: rgb(175,116,46); }

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

background-color css

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

 a { background-color: rgb(175,116,46); }

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

border-color css

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

 span { border-color: rgb(175,116,46); }

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