Html Css Color HEX #AF722A Hot Toddy

📋 copy color: '#AF722A'

red 175 ◦ green 114 ◦ blue 42

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

Shades of Hot Toddy #AF722A

Tints of Hot Toddy #AF722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 52.87%
G = 34.44%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF722A (or 0xAF722A) is known color: Hot Toddy. HEX triplet: AF, 72 and 2A. RGB value is (175,114,42). Sum of RGB (Red+Green+Blue) = 175+114+42=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF722A is #508DD5. Grayscale: #7C7C7C. Windows color (decimal): -5279190 or 2781871. OLE color: 2781871.

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

Color convert

RGB 175 114 42 -
CMYK 0 0.35 0.76 0.31
HSL 32.48º 0.61% 0.43% -
HSV(B) 32.48º 0.76% 0.69% -
XYZ 24.11 21.32 5.03 -
YUV 124.03 81.71 164.35 -
System Red Green Blue C M Y K H S L
Decimal 175 114 42 0 0.35 0.76 0.31 32.48 0.61 0.43
Hex AF 72 2A 0 23 4C 1F 20 3D 2B
Octal 257 162 52 0 43 114 37 40 75 53
Binary 10101111 1110010 101010 0 100011 1001100 11111 100000 111101 101011

Color Harmonies of #AF722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF722A

Black with #AF722A

Text Example


Text Example

White with #AF722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF722A; }

 p { color: rgb(175,114,42); }

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

background-color css

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

 a { background-color: rgb(175,114,42); }

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

border-color css

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

 span { border-color: rgb(175,114,42); }

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