Html Css Color HEX #AF791D Hot Toddy

📋 copy color: '#AF791D'

red 175 ◦ green 121 ◦ blue 29

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

Shades of Hot Toddy #AF791D

Tints of Hot Toddy #AF791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 53.85%
G = 37.23%
B = 8.92%

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

#AF791D (or 0xAF791D) is known color: Hot Toddy. HEX triplet: AF, 79 and 1D. RGB value is (175,121,29). Sum of RGB (Red+Green+Blue) = 175+121+29=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF791D is #5086E2. Grayscale: #7F7F7F. Windows color (decimal): -5277411 or 1931695. OLE color: 1931695.

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

Color convert

RGB 175 121 29 -
CMYK 0 0.31 0.83 0.31
HSL 37.81º 0.72% 0.4% -
HSV(B) 37.81º 0.83% 0.69% -
XYZ 24.74 22.88 4.27 -
YUV 126.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 175 121 29 0 0.31 0.83 0.31 37.81 0.72 0.4
Hex AF 79 1D 0 1F 53 1F 26 48 28
Octal 257 171 35 0 37 123 37 46 110 50
Binary 10101111 1111001 11101 0 11111 1010011 11111 100110 1001000 101000

Color Harmonies of #AF791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF791D

Black with #AF791D

Text Example


Text Example

White with #AF791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF791D; }

 p { color: rgb(175,121,29); }

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

background-color css

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

 a { background-color: rgb(175,121,29); }

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

border-color css

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

 span { border-color: rgb(175,121,29); }

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