Html Css Color HEX #AF6F23 Hot Toddy

📋 copy color: '#AF6F23'

red 175 ◦ green 111 ◦ blue 35

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

Shades of Hot Toddy #AF6F23

Tints of Hot Toddy #AF6F23

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.58%

 BLUE value IS 35 (14.06% from 255) = 10.9%

R = 54.52%
G = 34.58%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF6F23 (or 0xAF6F23) is known color: Hot Toddy. HEX triplet: AF, 6F and 23. RGB value is (175,111,35). Sum of RGB (Red+Green+Blue) = 175+111+35=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F23 is #5090DC. Grayscale: #797979. Windows color (decimal): -5279965 or 2322351. OLE color: 2322351.

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

Color convert

RGB 175 111 35 -
CMYK 0 0.37 0.8 0.31
HSL 32.57º 0.67% 0.41% -
HSV(B) 32.57º 0.8% 0.69% -
XYZ 23.67 20.6 4.32 -
YUV 121.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 175 111 35 0 0.37 0.8 0.31 32.57 0.67 0.41
Hex AF 6F 23 0 25 50 1F 21 43 29
Octal 257 157 43 0 45 120 37 41 103 51
Binary 10101111 1101111 100011 0 100101 1010000 11111 100001 1000011 101001

Color Harmonies of #AF6F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F23

Black with #AF6F23

Text Example


Text Example

White with #AF6F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F23; }

 p { color: rgb(175,111,35); }

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

background-color css

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

 a { background-color: rgb(175,111,35); }

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

border-color css

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

 span { border-color: rgb(175,111,35); }

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