Html Css Color HEX #AF7A1B Hot Toddy

📋 copy color: '#AF7A1B'

red 175 ◦ green 122 ◦ blue 27

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

Shades of Hot Toddy #AF7A1B

Tints of Hot Toddy #AF7A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.65%

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

R = 54.01%
G = 37.65%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF7A1B (or 0xAF7A1B) is known color: Hot Toddy. HEX triplet: AF, 7A and 1B. RGB value is (175,122,27). Sum of RGB (Red+Green+Blue) = 175+122+27=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A1B is #5085E4. Grayscale: #7F7F7F. Windows color (decimal): -5277157 or 1800879. OLE color: 1800879.

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

Color convert

RGB 175 122 27 -
CMYK 0 0.30 0.85 0.31
HSL 38.51º 0.73% 0.4% -
HSV(B) 38.51º 0.85% 0.69% -
XYZ 24.84 23.11 4.19 -
YUV 127.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 175 122 27 0 0.30 0.85 0.31 38.51 0.73 0.4
Hex AF 7A 1B 0 1E 55 1F 27 49 28
Octal 257 172 33 0 36 125 37 47 111 50
Binary 10101111 1111010 11011 0 11110 1010101 11111 100111 1001001 101000

Color Harmonies of #AF7A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A1B

Black with #AF7A1B

Text Example


Text Example

White with #AF7A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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