Html Css Color HEX #AF731E Hot Toddy

📋 copy color: '#AF731E'

red 175 ◦ green 115 ◦ blue 30

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

Shades of Hot Toddy #AF731E

Tints of Hot Toddy #AF731E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 54.69%
G = 35.94%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF731E (or 0xAF731E) is known color: Hot Toddy. HEX triplet: AF, 73 and 1E. RGB value is (175,115,30). Sum of RGB (Red+Green+Blue) = 175+115+30=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF731E is #508CE1. Grayscale: #7B7B7B. Windows color (decimal): -5278946 or 1995695. OLE color: 1995695.

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

Color convert

RGB 175 115 30 -
CMYK 0 0.34 0.83 0.31
HSL 35.17º 0.71% 0.4% -
HSV(B) 35.17º 0.83% 0.69% -
XYZ 24.04 21.47 4.1 -
YUV 123.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 175 115 30 0 0.34 0.83 0.31 35.17 0.71 0.4
Hex AF 73 1E 0 22 53 1F 23 47 28
Octal 257 163 36 0 42 123 37 43 107 50
Binary 10101111 1110011 11110 0 100010 1010011 11111 100011 1000111 101000

Color Harmonies of #AF731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF731E

Black with #AF731E

Text Example


Text Example

White with #AF731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF731E; }

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

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

background-color css

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

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

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

border-color css

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

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

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