Html Css Color HEX #AF791A Hot Toddy

📋 copy color: '#AF791A'

red 175 ◦ green 121 ◦ blue 26

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

Shades of Hot Toddy #AF791A

Tints of Hot Toddy #AF791A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.58%

 BLUE value IS 26 (10.55% from 255) = 8.07%

R = 54.35%
G = 37.58%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF791A (or 0xAF791A) is known color: Hot Toddy. HEX triplet: AF, 79 and 1A. RGB value is (175,121,26). Sum of RGB (Red+Green+Blue) = 175+121+26=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF791A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF791A is #5086E5. Grayscale: #7E7E7E. Windows color (decimal): -5277414 or 1735087. OLE color: 1735087.

HSL color Cylindrical-coordinate representation of color #AF791A: hue angle of 38.26º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF791A is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 26 -
CMYK 0 0.31 0.85 0.31
HSL 38.26º 0.74% 0.39% -
HSV(B) 38.26º 0.85% 0.69% -
XYZ 24.7 22.86 4.09 -
YUV 126.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 175 121 26 0 0.31 0.85 0.31 38.26 0.74 0.39
Hex AF 79 1A 0 1F 55 1F 26 4A 27
Octal 257 171 32 0 37 125 37 46 112 47
Binary 10101111 1111001 11010 0 11111 1010101 11111 100110 1001010 100111

Color Harmonies of #AF791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF791A

Black with #AF791A

Text Example


Text Example

White with #AF791A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF791A; }

 p { color: rgb(175,121,26); }

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

background-color css

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

 a { background-color: rgb(175,121,26); }

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

border-color css

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

 span { border-color: rgb(175,121,26); }

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