Html Css Color HEX #AF7423 Hot Toddy

📋 copy color: '#AF7423'

red 175 ◦ green 116 ◦ blue 35

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

Shades of Hot Toddy #AF7423

Tints of Hot Toddy #AF7423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 53.68%
G = 35.58%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF7423 (or 0xAF7423) is known color: Hot Toddy. HEX triplet: AF, 74 and 23. RGB value is (175,116,35). Sum of RGB (Red+Green+Blue) = 175+116+35=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7423 is #508BDC. Grayscale: #7C7C7C. Windows color (decimal): -5278685 or 2323631. OLE color: 2323631.

HSL color Cylindrical-coordinate representation of color #AF7423: hue angle of 34.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF7423 is Cyan = 0, Magento = 0.34, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 35 -
CMYK 0 0.34 0.8 0.31
HSL 34.71º 0.67% 0.41% -
HSV(B) 34.71º 0.8% 0.69% -
XYZ 24.23 21.73 4.51 -
YUV 124.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 175 116 35 0 0.34 0.8 0.31 34.71 0.67 0.41
Hex AF 74 23 0 22 50 1F 23 43 29
Octal 257 164 43 0 42 120 37 43 103 51
Binary 10101111 1110100 100011 0 100010 1010000 11111 100011 1000011 101001

Color Harmonies of #AF7423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7423

Black with #AF7423

Text Example


Text Example

White with #AF7423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7423; }

 p { color: rgb(175,116,35); }

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

background-color css

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

 a { background-color: rgb(175,116,35); }

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

border-color css

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

 span { border-color: rgb(175,116,35); }

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