Html Css Color HEX #AF781A Hot Toddy

📋 copy color: '#AF781A'

red 175 ◦ green 120 ◦ blue 26

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

Shades of Hot Toddy #AF781A

Tints of Hot Toddy #AF781A

RGB

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

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

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

R = 54.52%
G = 37.38%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF781A (or 0xAF781A) is known color: Hot Toddy. HEX triplet: AF, 78 and 1A. RGB value is (175,120,26). Sum of RGB (Red+Green+Blue) = 175+120+26=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF781A is #5087E5. Grayscale: #7E7E7E. Windows color (decimal): -5277670 or 1734831. OLE color: 1734831.

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

Color convert

RGB 175 120 26 -
CMYK 0 0.31 0.85 0.31
HSL 37.85º 0.74% 0.39% -
HSV(B) 37.85º 0.85% 0.69% -
XYZ 24.58 22.62 4.05 -
YUV 125.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 175 120 26 0 0.31 0.85 0.31 37.85 0.74 0.39
Hex AF 78 1A 0 1F 55 1F 26 4A 27
Octal 257 170 32 0 37 125 37 46 112 47
Binary 10101111 1111000 11010 0 11111 1010101 11111 100110 1001010 100111

Color Harmonies of #AF781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF781A

Black with #AF781A

Text Example


Text Example

White with #AF781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF781A; }

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

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

background-color css

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

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

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

border-color css

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

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

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