Html Css Color HEX #AF721A Hot Toddy

📋 copy color: '#AF721A'

red 175 ◦ green 114 ◦ blue 26

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

Shades of Hot Toddy #AF721A

Tints of Hot Toddy #AF721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 55.56%
G = 36.19%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF721A (or 0xAF721A) is known color: Hot Toddy. HEX triplet: AF, 72 and 1A. RGB value is (175,114,26). Sum of RGB (Red+Green+Blue) = 175+114+26=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF721A is #508DE5. Grayscale: #7A7A7A. Windows color (decimal): -5279206 or 1733295. OLE color: 1733295.

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

Color convert

RGB 175 114 26 -
CMYK 0 0.35 0.85 0.31
HSL 35.44º 0.74% 0.39% -
HSV(B) 35.44º 0.85% 0.69% -
XYZ 23.88 21.22 3.81 -
YUV 122.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 175 114 26 0 0.35 0.85 0.31 35.44 0.74 0.39
Hex AF 72 1A 0 23 55 1F 23 4A 27
Octal 257 162 32 0 43 125 37 43 112 47
Binary 10101111 1110010 11010 0 100011 1010101 11111 100011 1001010 100111

Color Harmonies of #AF721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF721A

Black with #AF721A

Text Example


Text Example

White with #AF721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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