Html Css Color HEX #AF671C Hot Toddy

📋 copy color: '#AF671C'

red 175 ◦ green 103 ◦ blue 28

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

Shades of Hot Toddy #AF671C

Tints of Hot Toddy #AF671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 57.19%
G = 33.66%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF671C (or 0xAF671C) is known color: Hot Toddy. HEX triplet: AF, 67 and 1C. RGB value is (175,103,28). Sum of RGB (Red+Green+Blue) = 175+103+28=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF671C is #5098E3. Grayscale: #747474. Windows color (decimal): -5282020 or 1861551. OLE color: 1861551.

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

Color convert

RGB 175 103 28 -
CMYK 0 0.41 0.84 0.31
HSL 30.61º 0.72% 0.4% -
HSV(B) 30.61º 0.84% 0.69% -
XYZ 22.74 18.9 3.55 -
YUV 115.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 175 103 28 0 0.41 0.84 0.31 30.61 0.72 0.4
Hex AF 67 1C 0 29 54 1F 1F 48 28
Octal 257 147 34 0 51 124 37 37 110 50
Binary 10101111 1100111 11100 0 101001 1010100 11111 11111 1001000 101000

Color Harmonies of #AF671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF671C

Black with #AF671C

Text Example


Text Example

White with #AF671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF671C; }

 p { color: rgb(175,103,28); }

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

background-color css

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

 a { background-color: rgb(175,103,28); }

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

border-color css

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

 span { border-color: rgb(175,103,28); }

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