Html Css Color HEX #A07423 Hot Toddy

📋 copy color: '#A07423'

red 160 ◦ green 116 ◦ blue 35

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

Shades of Hot Toddy #A07423

Tints of Hot Toddy #A07423

RGB

 RED value IS 160 (62.89% from 255) = 51.45%

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

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

R = 51.45%
G = 37.3%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A07423 (or 0xA07423) is known color: Hot Toddy. HEX triplet: A0, 74 and 23. RGB value is (160,116,35). Sum of RGB (Red+Green+Blue) = 160+116+35=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A07423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07423 is #5F8BDC. Grayscale: #787878. Windows color (decimal): -6261725 or 2323616. OLE color: 2323616.

HSL color Cylindrical-coordinate representation of color #A07423: hue angle of 38.88º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A07423 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 35 -
CMYK 0 0.28 0.78 0.37
HSL 38.88º 0.64% 0.38% -
HSV(B) 38.88º 0.78% 0.63% -
XYZ 21.05 20.09 4.36 -
YUV 119.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 160 116 35 0 0.28 0.78 0.37 38.88 0.64 0.38
Hex A0 74 23 0 1C 4E 25 27 40 26
Octal 240 164 43 0 34 116 45 47 100 46
Binary 10100000 1110100 100011 0 11100 1001110 100101 100111 1000000 100110

Color Harmonies of #A07423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07423

Black with #A07423

Text Example


Text Example

White with #A07423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07423; }

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

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

background-color css

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

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

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

border-color css

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

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

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