Html Css Color HEX #AF732C Hot Toddy

📋 copy color: '#AF732C'

red 175 ◦ green 115 ◦ blue 44

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

Shades of Hot Toddy #AF732C

Tints of Hot Toddy #AF732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 52.4%
G = 34.43%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF732C (or 0xAF732C) is known color: Hot Toddy. HEX triplet: AF, 73 and 2C. RGB value is (175,115,44). Sum of RGB (Red+Green+Blue) = 175+115+44=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF732C is #508CD3. Grayscale: #7D7D7D. Windows color (decimal): -5278932 or 2913199. OLE color: 2913199.

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

Color convert

RGB 175 115 44 -
CMYK 0 0.34 0.75 0.31
HSL 32.52º 0.6% 0.43% -
HSV(B) 32.52º 0.75% 0.69% -
XYZ 24.26 21.56 5.26 -
YUV 124.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 175 115 44 0 0.34 0.75 0.31 32.52 0.6 0.43
Hex AF 73 2C 0 22 4B 1F 21 3C 2B
Octal 257 163 54 0 42 113 37 41 74 53
Binary 10101111 1110011 101100 0 100010 1001011 11111 100001 111100 101011

Color Harmonies of #AF732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF732C

Black with #AF732C

Text Example


Text Example

White with #AF732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF732C; }

 p { color: rgb(175,115,44); }

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

background-color css

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

 a { background-color: rgb(175,115,44); }

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

border-color css

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

 span { border-color: rgb(175,115,44); }

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