Html Css Color HEX #AF691B Hot Toddy

📋 copy color: '#AF691B'

red 175 ◦ green 105 ◦ blue 27

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

Shades of Hot Toddy #AF691B

Tints of Hot Toddy #AF691B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.79%

R = 57%
G = 34.2%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF691B (or 0xAF691B) is known color: Hot Toddy. HEX triplet: AF, 69 and 1B. RGB value is (175,105,27). Sum of RGB (Red+Green+Blue) = 175+105+27=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF691B is #5096E4. Grayscale: #757575. Windows color (decimal): -5281509 or 1796527. OLE color: 1796527.

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

Color convert

RGB 175 105 27 -
CMYK 0 0.40 0.85 0.31
HSL 31.62º 0.73% 0.4% -
HSV(B) 31.62º 0.85% 0.69% -
XYZ 22.93 19.3 3.55 -
YUV 117.04 77.19 169.34 -
System Red Green Blue C M Y K H S L
Decimal 175 105 27 0 0.40 0.85 0.31 31.62 0.73 0.4
Hex AF 69 1B 0 28 55 1F 20 49 28
Octal 257 151 33 0 50 125 37 40 111 50
Binary 10101111 1101001 11011 0 101000 1010101 11111 100000 1001001 101000

Color Harmonies of #AF691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF691B

Black with #AF691B

Text Example


Text Example

White with #AF691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF691B; }

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

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

background-color css

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

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

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

border-color css

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

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

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