Html Css Color HEX #AF751E Hot Toddy

📋 copy color: '#AF751E'

red 175 ◦ green 117 ◦ blue 30

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

Shades of Hot Toddy #AF751E

Tints of Hot Toddy #AF751E

RGB

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

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

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

R = 54.35%
G = 36.34%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF751E (or 0xAF751E) is known color: Hot Toddy. HEX triplet: AF, 75 and 1E. RGB value is (175,117,30). Sum of RGB (Red+Green+Blue) = 175+117+30=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF751E is #508AE1. Grayscale: #7C7C7C. Windows color (decimal): -5278434 or 1996207. OLE color: 1996207.

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

Color convert

RGB 175 117 30 -
CMYK 0 0.33 0.83 0.31
HSL 36º 0.71% 0.4% -
HSV(B) 36º 0.83% 0.69% -
XYZ 24.27 21.93 4.18 -
YUV 124.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 175 117 30 0 0.33 0.83 0.31 36 0.71 0.4
Hex AF 75 1E 0 21 53 1F 24 47 28
Octal 257 165 36 0 41 123 37 44 107 50
Binary 10101111 1110101 11110 0 100001 1010011 11111 100100 1000111 101000

Color Harmonies of #AF751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF751E

Black with #AF751E

Text Example


Text Example

White with #AF751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF751E; }

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

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

background-color css

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

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

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

border-color css

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

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

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