Html Css Color HEX #AF751A Hot Toddy

📋 copy color: '#AF751A'

red 175 ◦ green 117 ◦ blue 26

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

Shades of Hot Toddy #AF751A

Tints of Hot Toddy #AF751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 55.03%
G = 36.79%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF751A (or 0xAF751A) is known color: Hot Toddy. HEX triplet: AF, 75 and 1A. RGB value is (175,117,26). Sum of RGB (Red+Green+Blue) = 175+117+26=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF751A is #508AE5. Grayscale: #7C7C7C. Windows color (decimal): -5278438 or 1734063. OLE color: 1734063.

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

Color convert

RGB 175 117 26 -
CMYK 0 0.33 0.85 0.31
HSL 36.64º 0.74% 0.39% -
HSV(B) 36.64º 0.85% 0.69% -
XYZ 24.23 21.91 3.93 -
YUV 123.97 72.72 164.4 -
System Red Green Blue C M Y K H S L
Decimal 175 117 26 0 0.33 0.85 0.31 36.64 0.74 0.39
Hex AF 75 1A 0 21 55 1F 25 4A 27
Octal 257 165 32 0 41 125 37 45 112 47
Binary 10101111 1110101 11010 0 100001 1010101 11111 100101 1001010 100111

Color Harmonies of #AF751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF751A

Black with #AF751A

Text Example


Text Example

White with #AF751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF751A; }

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

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

background-color css

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

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

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

border-color css

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

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

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