Html Css Color HEX #AF6A1A Hot Toddy

📋 copy color: '#AF6A1A'

red 175 ◦ green 106 ◦ blue 26

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

Shades of Hot Toddy #AF6A1A

Tints of Hot Toddy #AF6A1A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.53%

 BLUE value IS 26 (10.55% from 255) = 8.47%

R = 57%
G = 34.53%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF6A1A (or 0xAF6A1A) is known color: Hot Toddy. HEX triplet: AF, 6A and 1A. RGB value is (175,106,26). Sum of RGB (Red+Green+Blue) = 175+106+26=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A1A is #5095E5. Grayscale: #757575. Windows color (decimal): -5281254 or 1731247. OLE color: 1731247.

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

Color convert

RGB 175 106 26 -
CMYK 0 0.39 0.85 0.31
HSL 32.21º 0.74% 0.39% -
HSV(B) 32.21º 0.85% 0.69% -
XYZ 23.02 19.5 3.53 -
YUV 117.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 175 106 26 0 0.39 0.85 0.31 32.21 0.74 0.39
Hex AF 6A 1A 0 27 55 1F 20 4A 27
Octal 257 152 32 0 47 125 37 40 112 47
Binary 10101111 1101010 11010 0 100111 1010101 11111 100000 1001010 100111

Color Harmonies of #AF6A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A1A

Black with #AF6A1A

Text Example


Text Example

White with #AF6A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A1A; }

 p { color: rgb(175,106,26); }

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

background-color css

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

 a { background-color: rgb(175,106,26); }

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

border-color css

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

 span { border-color: rgb(175,106,26); }

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