Html Css Color HEX #AF7127 Hot Toddy

📋 copy color: '#AF7127'

red 175 ◦ green 113 ◦ blue 39

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

Shades of Hot Toddy #AF7127

Tints of Hot Toddy #AF7127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.56%

 BLUE value IS 39 (15.63% from 255) = 11.93%

R = 53.52%
G = 34.56%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF7127 (or 0xAF7127) is known color: Hot Toddy. HEX triplet: AF, 71 and 27. RGB value is (175,113,39). Sum of RGB (Red+Green+Blue) = 175+113+39=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7127 is #508ED8. Grayscale: #7B7B7B. Windows color (decimal): -5279449 or 2585007. OLE color: 2585007.

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

Color convert

RGB 175 113 39 -
CMYK 0 0.35 0.78 0.31
HSL 32.65º 0.64% 0.42% -
HSV(B) 32.65º 0.78% 0.69% -
XYZ 23.95 21.07 4.72 -
YUV 123.1 80.54 165.02 -
System Red Green Blue C M Y K H S L
Decimal 175 113 39 0 0.35 0.78 0.31 32.65 0.64 0.42
Hex AF 71 27 0 23 4E 1F 21 40 2A
Octal 257 161 47 0 43 116 37 41 100 52
Binary 10101111 1110001 100111 0 100011 1001110 11111 100001 1000000 101010

Color Harmonies of #AF7127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7127

Black with #AF7127

Text Example


Text Example

White with #AF7127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7127; }

 p { color: rgb(175,113,39); }

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

background-color css

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

 a { background-color: rgb(175,113,39); }

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

border-color css

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

 span { border-color: rgb(175,113,39); }

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