Html Css Color HEX #AF7922 Hot Toddy

📋 copy color: '#AF7922'

red 175 ◦ green 121 ◦ blue 34

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

Shades of Hot Toddy #AF7922

Tints of Hot Toddy #AF7922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.3%

R = 53.03%
G = 36.67%
B = 10.3%

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

#AF7922 (or 0xAF7922) is known color: Hot Toddy. HEX triplet: AF, 79 and 22. RGB value is (175,121,34). Sum of RGB (Red+Green+Blue) = 175+121+34=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7922 is #5086DD. Grayscale: #7F7F7F. Windows color (decimal): -5277406 or 2259375. OLE color: 2259375.

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

Color convert

RGB 175 121 34 -
CMYK 0 0.31 0.81 0.31
HSL 37.02º 0.67% 0.41% -
HSV(B) 37.02º 0.81% 0.69% -
XYZ 24.81 22.9 4.63 -
YUV 127.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 175 121 34 0 0.31 0.81 0.31 37.02 0.67 0.41
Hex AF 79 22 0 1F 51 1F 25 43 29
Octal 257 171 42 0 37 121 37 45 103 51
Binary 10101111 1111001 100010 0 11111 1010001 11111 100101 1000011 101001

Color Harmonies of #AF7922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7922

Black with #AF7922

Text Example


Text Example

White with #AF7922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7922; }

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

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

background-color css

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

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

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

border-color css

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

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

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