Html Css Color HEX #AF7C1E Hot Toddy

📋 copy color: '#AF7C1E'

red 175 ◦ green 124 ◦ blue 30

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

Shades of Hot Toddy #AF7C1E

Tints of Hot Toddy #AF7C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.69%

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 53.19%
G = 37.69%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF7C1E (or 0xAF7C1E) is known color: Hot Toddy. HEX triplet: AF, 7C and 1E. RGB value is (175,124,30). Sum of RGB (Red+Green+Blue) = 175+124+30=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C1E is #5083E1. Grayscale: #808080. Windows color (decimal): -5276642 or 1997999. OLE color: 1997999.

HSL color Cylindrical-coordinate representation of color #AF7C1E: hue angle of 38.9º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF7C1E is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 30 -
CMYK 0 0.29 0.83 0.31
HSL 38.9º 0.71% 0.4% -
HSV(B) 38.9º 0.83% 0.69% -
XYZ 25.12 23.62 4.46 -
YUV 128.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 175 124 30 0 0.29 0.83 0.31 38.9 0.71 0.4
Hex AF 7C 1E 0 1D 53 1F 27 47 28
Octal 257 174 36 0 35 123 37 47 107 50
Binary 10101111 1111100 11110 0 11101 1010011 11111 100111 1000111 101000

Color Harmonies of #AF7C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C1E

Black with #AF7C1E

Text Example


Text Example

White with #AF7C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C1E; }

 p { color: rgb(175,124,30); }

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

background-color css

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

 a { background-color: rgb(175,124,30); }

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

border-color css

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

 span { border-color: rgb(175,124,30); }

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