Html Css Color HEX #AF7921 Hot Toddy

📋 copy color: '#AF7921'

red 175 ◦ green 121 ◦ blue 33

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

Shades of Hot Toddy #AF7921

Tints of Hot Toddy #AF7921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.03%

R = 53.19%
G = 36.78%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF7921 (or 0xAF7921) is known color: Hot Toddy. HEX triplet: AF, 79 and 21. RGB value is (175,121,33). Sum of RGB (Red+Green+Blue) = 175+121+33=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7921 is #5086DE. Grayscale: #7F7F7F. Windows color (decimal): -5277407 or 2193839. OLE color: 2193839.

HSL color Cylindrical-coordinate representation of color #AF7921: hue angle of 37.18º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF7921 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 33 -
CMYK 0 0.31 0.81 0.31
HSL 37.18º 0.68% 0.41% -
HSV(B) 37.18º 0.81% 0.69% -
XYZ 24.79 22.9 4.55 -
YUV 127.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 175 121 33 0 0.31 0.81 0.31 37.18 0.68 0.41
Hex AF 79 21 0 1F 51 1F 25 44 29
Octal 257 171 41 0 37 121 37 45 104 51
Binary 10101111 1111001 100001 0 11111 1010001 11111 100101 1000100 101001

Color Harmonies of #AF7921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7921

Black with #AF7921

Text Example


Text Example

White with #AF7921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7921; }

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

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

background-color css

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

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

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

border-color css

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

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

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