Html Css Color HEX #AF7C1F Hot Toddy

📋 copy color: '#AF7C1F'

red 175 ◦ green 124 ◦ blue 31

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

Shades of Hot Toddy #AF7C1F

Tints of Hot Toddy #AF7C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.39%

R = 53.03%
G = 37.58%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF7C1F (or 0xAF7C1F) is known color: Hot Toddy. HEX triplet: AF, 7C and 1F. RGB value is (175,124,31). Sum of RGB (Red+Green+Blue) = 175+124+31=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C1F is #5083E0. Grayscale: #818181. Windows color (decimal): -5276641 or 2063535. OLE color: 2063535.

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

Color convert

RGB 175 124 31 -
CMYK 0 0.29 0.82 0.31
HSL 38.75º 0.7% 0.4% -
HSV(B) 38.75º 0.82% 0.69% -
XYZ 25.13 23.63 4.53 -
YUV 128.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 175 124 31 0 0.29 0.82 0.31 38.75 0.7 0.4
Hex AF 7C 1F 0 1D 52 1F 27 46 28
Octal 257 174 37 0 35 122 37 47 106 50
Binary 10101111 1111100 11111 0 11101 1010010 11111 100111 1000110 101000

Color Harmonies of #AF7C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C1F

Black with #AF7C1F

Text Example


Text Example

White with #AF7C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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