Html Css Color HEX #AF731B Hot Toddy

📋 copy color: '#AF731B'

red 175 ◦ green 115 ◦ blue 27

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

Shades of Hot Toddy #AF731B

Tints of Hot Toddy #AF731B

RGB

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

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

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

R = 55.21%
G = 36.28%
B = 8.52%

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

#AF731B (or 0xAF731B) is known color: Hot Toddy. HEX triplet: AF, 73 and 1B. RGB value is (175,115,27). Sum of RGB (Red+Green+Blue) = 175+115+27=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF731B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF731B is #508CE4. Grayscale: #7B7B7B. Windows color (decimal): -5278949 or 1799087. OLE color: 1799087.

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

Color convert

RGB 175 115 27 -
CMYK 0 0.34 0.85 0.31
HSL 35.68º 0.73% 0.4% -
HSV(B) 35.68º 0.85% 0.69% -
XYZ 24.01 21.45 3.91 -
YUV 122.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 175 115 27 0 0.34 0.85 0.31 35.68 0.73 0.4
Hex AF 73 1B 0 22 55 1F 24 49 28
Octal 257 163 33 0 42 125 37 44 111 50
Binary 10101111 1110011 11011 0 100010 1010101 11111 100100 1001001 101000

Color Harmonies of #AF731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF731B

Black with #AF731B

Text Example


Text Example

White with #AF731B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF731B; }

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

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

background-color css

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

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

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

border-color css

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

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

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