Html Css Color HEX #AF7A23 Hot Toddy

📋 copy color: '#AF7A23'

red 175 ◦ green 122 ◦ blue 35

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

Shades of Hot Toddy #AF7A23

Tints of Hot Toddy #AF7A23

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

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

R = 52.71%
G = 36.75%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF7A23 (or 0xAF7A23) is known color: Hot Toddy. HEX triplet: AF, 7A and 23. RGB value is (175,122,35). Sum of RGB (Red+Green+Blue) = 175+122+35=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A23 is #5085DC. Grayscale: #808080. Windows color (decimal): -5277149 or 2325167. OLE color: 2325167.

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

Color convert

RGB 175 122 35 -
CMYK 0 0.30 0.8 0.31
HSL 37.29º 0.67% 0.41% -
HSV(B) 37.29º 0.8% 0.69% -
XYZ 24.94 23.15 4.74 -
YUV 127.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 175 122 35 0 0.30 0.8 0.31 37.29 0.67 0.41
Hex AF 7A 23 0 1E 50 1F 25 43 29
Octal 257 172 43 0 36 120 37 45 103 51
Binary 10101111 1111010 100011 0 11110 1010000 11111 100101 1000011 101001

Color Harmonies of #AF7A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A23

Black with #AF7A23

Text Example


Text Example

White with #AF7A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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