Html Css Color HEX #AF752C Hot Toddy

📋 copy color: '#AF752C'

red 175 ◦ green 117 ◦ blue 44

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

Shades of Hot Toddy #AF752C

Tints of Hot Toddy #AF752C

RGB

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

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

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

R = 52.08%
G = 34.82%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF752C (or 0xAF752C) is known color: Hot Toddy. HEX triplet: AF, 75 and 2C. RGB value is (175,117,44). Sum of RGB (Red+Green+Blue) = 175+117+44=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF752C is #508AD3. Grayscale: #7E7E7E. Windows color (decimal): -5278420 or 2913711. OLE color: 2913711.

HSL color Cylindrical-coordinate representation of color #AF752C: hue angle of 33.44º 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 #AF752C is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 44 -
CMYK 0 0.33 0.75 0.31
HSL 33.44º 0.6% 0.43% -
HSV(B) 33.44º 0.75% 0.69% -
XYZ 24.5 22.02 5.34 -
YUV 126.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 175 117 44 0 0.33 0.75 0.31 33.44 0.6 0.43
Hex AF 75 2C 0 21 4B 1F 21 3C 2B
Octal 257 165 54 0 41 113 37 41 74 53
Binary 10101111 1110101 101100 0 100001 1001011 11111 100001 111100 101011

Color Harmonies of #AF752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF752C

Black with #AF752C

Text Example


Text Example

White with #AF752C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF752C; }

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

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

background-color css

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

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

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

border-color css

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

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

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