Html Css Color HEX #AF7726 Hot Toddy

📋 copy color: '#AF7726'

red 175 ◦ green 119 ◦ blue 38

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

Shades of Hot Toddy #AF7726

Tints of Hot Toddy #AF7726

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

 BLUE value IS 38 (15.23% from 255) = 11.45%

R = 52.71%
G = 35.84%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF7726 (or 0xAF7726) is known color: Hot Toddy. HEX triplet: AF, 77 and 26. RGB value is (175,119,38). Sum of RGB (Red+Green+Blue) = 175+119+38=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7726 is #5088D9. Grayscale: #7E7E7E. Windows color (decimal): -5277914 or 2521007. OLE color: 2521007.

HSL color Cylindrical-coordinate representation of color #AF7726: hue angle of 35.47º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF7726 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 38 -
CMYK 0 0.32 0.78 0.31
HSL 35.47º 0.64% 0.42% -
HSV(B) 35.47º 0.78% 0.69% -
XYZ 24.63 22.45 4.87 -
YUV 126.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 175 119 38 0 0.32 0.78 0.31 35.47 0.64 0.42
Hex AF 77 26 0 20 4E 1F 23 40 2A
Octal 257 167 46 0 40 116 37 43 100 52
Binary 10101111 1110111 100110 0 100000 1001110 11111 100011 1000000 101010

Color Harmonies of #AF7726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7726

Black with #AF7726

Text Example


Text Example

White with #AF7726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7726; }

 p { color: rgb(175,119,38); }

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

background-color css

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

 a { background-color: rgb(175,119,38); }

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

border-color css

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

 span { border-color: rgb(175,119,38); }

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