Html Css Color HEX #AF762A Hot Toddy

📋 copy color: '#AF762A'

red 175 ◦ green 118 ◦ blue 42

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

Shades of Hot Toddy #AF762A

Tints of Hot Toddy #AF762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 52.24%
G = 35.22%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF762A (or 0xAF762A) is known color: Hot Toddy. HEX triplet: AF, 76 and 2A. RGB value is (175,118,42). Sum of RGB (Red+Green+Blue) = 175+118+42=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF762A is #5089D5. Grayscale: #7E7E7E. Windows color (decimal): -5278166 or 2782895. OLE color: 2782895.

HSL color Cylindrical-coordinate representation of color #AF762A: hue angle of 34.29º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF762A is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 42 -
CMYK 0 0.33 0.76 0.31
HSL 34.29º 0.61% 0.43% -
HSV(B) 34.29º 0.76% 0.69% -
XYZ 24.58 22.24 5.19 -
YUV 126.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 175 118 42 0 0.33 0.76 0.31 34.29 0.61 0.43
Hex AF 76 2A 0 21 4C 1F 22 3D 2B
Octal 257 166 52 0 41 114 37 42 75 53
Binary 10101111 1110110 101010 0 100001 1001100 11111 100010 111101 101011

Color Harmonies of #AF762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF762A

Black with #AF762A

Text Example


Text Example

White with #AF762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF762A; }

 p { color: rgb(175,118,42); }

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

background-color css

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

 a { background-color: rgb(175,118,42); }

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

border-color css

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

 span { border-color: rgb(175,118,42); }

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