Html Css Color HEX #AF751B Hot Toddy

📋 copy color: '#AF751B'

red 175 ◦ green 117 ◦ blue 27

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

Shades of Hot Toddy #AF751B

Tints of Hot Toddy #AF751B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 54.86%
G = 36.68%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF751B (or 0xAF751B) is known color: Hot Toddy. HEX triplet: AF, 75 and 1B. RGB value is (175,117,27). Sum of RGB (Red+Green+Blue) = 175+117+27=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF751B is #508AE4. Grayscale: #7C7C7C. Windows color (decimal): -5278437 or 1799599. OLE color: 1799599.

HSL color Cylindrical-coordinate representation of color #AF751B: hue angle of 36.49º 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 #AF751B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 27 -
CMYK 0 0.33 0.85 0.31
HSL 36.49º 0.73% 0.4% -
HSV(B) 36.49º 0.85% 0.69% -
XYZ 24.24 21.92 3.99 -
YUV 124.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 175 117 27 0 0.33 0.85 0.31 36.49 0.73 0.4
Hex AF 75 1B 0 21 55 1F 24 49 28
Octal 257 165 33 0 41 125 37 44 111 50
Binary 10101111 1110101 11011 0 100001 1010101 11111 100100 1001001 101000

Color Harmonies of #AF751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF751B

Black with #AF751B

Text Example


Text Example

White with #AF751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF751B; }

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

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

background-color css

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

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

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

border-color css

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

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

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