Html Css Color HEX #AF7B1E Hot Toddy

📋 copy color: '#AF7B1E'

red 175 ◦ green 123 ◦ blue 30

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

Shades of Hot Toddy #AF7B1E

Tints of Hot Toddy #AF7B1E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.5%

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

R = 53.35%
G = 37.5%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF7B1E (or 0xAF7B1E) is known color: Hot Toddy. HEX triplet: AF, 7B and 1E. RGB value is (175,123,30). Sum of RGB (Red+Green+Blue) = 175+123+30=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B1E is #5084E1. Grayscale: #808080. Windows color (decimal): -5276898 or 1997743. OLE color: 1997743.

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

Color convert

RGB 175 123 30 -
CMYK 0 0.30 0.83 0.31
HSL 38.48º 0.71% 0.4% -
HSV(B) 38.48º 0.83% 0.69% -
XYZ 25 23.37 4.42 -
YUV 127.95 72.73 161.56 -
System Red Green Blue C M Y K H S L
Decimal 175 123 30 0 0.30 0.83 0.31 38.48 0.71 0.4
Hex AF 7B 1E 0 1E 53 1F 26 47 28
Octal 257 173 36 0 36 123 37 46 107 50
Binary 10101111 1111011 11110 0 11110 1010011 11111 100110 1000111 101000

Color Harmonies of #AF7B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B1E

Black with #AF7B1E

Text Example


Text Example

White with #AF7B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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