Html Css Color HEX #AF6920 Hot Toddy

📋 copy color: '#AF6920'

red 175 ◦ green 105 ◦ blue 32

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

Shades of Hot Toddy #AF6920

Tints of Hot Toddy #AF6920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.65%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 56.09%
G = 33.65%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF6920 (or 0xAF6920) is known color: Hot Toddy. HEX triplet: AF, 69 and 20. RGB value is (175,105,32). Sum of RGB (Red+Green+Blue) = 175+105+32=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6920 is #5096DF. Grayscale: #757575. Windows color (decimal): -5281504 or 2124207. OLE color: 2124207.

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

Color convert

RGB 175 105 32 -
CMYK 0 0.40 0.82 0.31
HSL 30.63º 0.69% 0.41% -
HSV(B) 30.63º 0.82% 0.69% -
XYZ 22.99 19.32 3.88 -
YUV 117.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 175 105 32 0 0.40 0.82 0.31 30.63 0.69 0.41
Hex AF 69 20 0 28 52 1F 1F 45 29
Octal 257 151 40 0 50 122 37 37 105 51
Binary 10101111 1101001 100000 0 101000 1010010 11111 11111 1000101 101001

Color Harmonies of #AF6920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6920

Black with #AF6920

Text Example


Text Example

White with #AF6920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6920; }

 p { color: rgb(175,105,32); }

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

background-color css

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

 a { background-color: rgb(175,105,32); }

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

border-color css

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

 span { border-color: rgb(175,105,32); }

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