Html Css Color HEX #AF731A Hot Toddy

📋 copy color: '#AF731A'

red 175 ◦ green 115 ◦ blue 26

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

Shades of Hot Toddy #AF731A

Tints of Hot Toddy #AF731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

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

R = 55.38%
G = 36.39%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF731A (or 0xAF731A) is known color: Hot Toddy. HEX triplet: AF, 73 and 1A. RGB value is (175,115,26). Sum of RGB (Red+Green+Blue) = 175+115+26=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF731A is #508CE5. Grayscale: #7B7B7B. Windows color (decimal): -5278950 or 1733551. OLE color: 1733551.

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

Color convert

RGB 175 115 26 -
CMYK 0 0.34 0.85 0.31
HSL 35.84º 0.74% 0.39% -
HSV(B) 35.84º 0.85% 0.69% -
XYZ 24 21.45 3.85 -
YUV 122.79 73.38 165.24 -
System Red Green Blue C M Y K H S L
Decimal 175 115 26 0 0.34 0.85 0.31 35.84 0.74 0.39
Hex AF 73 1A 0 22 55 1F 24 4A 27
Octal 257 163 32 0 42 125 37 44 112 47
Binary 10101111 1110011 11010 0 100010 1010101 11111 100100 1001010 100111

Color Harmonies of #AF731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF731A

Black with #AF731A

Text Example


Text Example

White with #AF731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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