Html Css Color HEX #AF781E Hot Toddy

📋 copy color: '#AF781E'

red 175 ◦ green 120 ◦ blue 30

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

Shades of Hot Toddy #AF781E

Tints of Hot Toddy #AF781E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.92%

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

R = 53.85%
G = 36.92%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF781E (or 0xAF781E) is known color: Hot Toddy. HEX triplet: AF, 78 and 1E. RGB value is (175,120,30). Sum of RGB (Red+Green+Blue) = 175+120+30=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF781E is #5087E1. Grayscale: #7E7E7E. Windows color (decimal): -5277666 or 1996975. OLE color: 1996975.

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

Color convert

RGB 175 120 30 -
CMYK 0 0.31 0.83 0.31
HSL 37.24º 0.71% 0.4% -
HSV(B) 37.24º 0.83% 0.69% -
XYZ 24.63 22.64 4.3 -
YUV 126.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 175 120 30 0 0.31 0.83 0.31 37.24 0.71 0.4
Hex AF 78 1E 0 1F 53 1F 25 47 28
Octal 257 170 36 0 37 123 37 45 107 50
Binary 10101111 1111000 11110 0 11111 1010011 11111 100101 1000111 101000

Color Harmonies of #AF781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF781E

Black with #AF781E

Text Example


Text Example

White with #AF781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF781E; }

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

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

background-color css

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

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

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

border-color css

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

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

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