Html Css Color HEX #AF691E Hot Toddy

📋 copy color: '#AF691E'

red 175 ◦ green 105 ◦ blue 30

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

Shades of Hot Toddy #AF691E

Tints of Hot Toddy #AF691E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 56.45%
G = 33.87%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF691E (or 0xAF691E) is known color: Hot Toddy. HEX triplet: AF, 69 and 1E. RGB value is (175,105,30). Sum of RGB (Red+Green+Blue) = 175+105+30=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF691E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF691E is #5096E1. Grayscale: #757575. Windows color (decimal): -5281506 or 1993135. OLE color: 1993135.

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

Color convert

RGB 175 105 30 -
CMYK 0 0.40 0.83 0.31
HSL 31.03º 0.71% 0.4% -
HSV(B) 31.03º 0.83% 0.69% -
XYZ 22.97 19.31 3.75 -
YUV 117.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 175 105 30 0 0.40 0.83 0.31 31.03 0.71 0.4
Hex AF 69 1E 0 28 53 1F 1F 47 28
Octal 257 151 36 0 50 123 37 37 107 50
Binary 10101111 1101001 11110 0 101000 1010011 11111 11111 1000111 101000

Color Harmonies of #AF691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF691E

Black with #AF691E

Text Example


Text Example

White with #AF691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF691E; }

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

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

background-color css

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

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

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

border-color css

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

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

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