Html Css Color HEX #A5742B Hot Toddy

📋 copy color: '#A5742B'

red 165 ◦ green 116 ◦ blue 43

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

Shades of Hot Toddy #A5742B

Tints of Hot Toddy #A5742B

RGB

 RED value IS 165 (64.84% from 255) = 50.93%

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

 BLUE value IS 43 (17.19% from 255) = 13.27%

R = 50.93%
G = 35.8%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5742B (or 0xA5742B) is known color: Hot Toddy. HEX triplet: A5, 74 and 2B. RGB value is (165,116,43). Sum of RGB (Red+Green+Blue) = 165+116+43=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5742B is #5A8BD4. Grayscale: #7A7A7A. Windows color (decimal): -5934037 or 2847909. OLE color: 2847909.

HSL color Cylindrical-coordinate representation of color #A5742B: hue angle of 35.9º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5742B is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 43 -
CMYK 0 0.30 0.74 0.35
HSL 35.9º 0.59% 0.41% -
HSV(B) 35.9º 0.74% 0.65% -
XYZ 22.2 20.66 5.1 -
YUV 122.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 165 116 43 0 0.30 0.74 0.35 35.9 0.59 0.41
Hex A5 74 2B 0 1E 4A 23 24 3B 29
Octal 245 164 53 0 36 112 43 44 73 51
Binary 10100101 1110100 101011 0 11110 1001010 100011 100100 111011 101001

Color Harmonies of #A5742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5742B

Black with #A5742B

Text Example


Text Example

White with #A5742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5742B; }

 p { color: rgb(165,116,43); }

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

background-color css

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

 a { background-color: rgb(165,116,43); }

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

border-color css

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

 span { border-color: rgb(165,116,43); }

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