Html Css Color HEX #A5725B Toast

📋 copy color: '#A5725B'

red 165 ◦ green 114 ◦ blue 91

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

Shades of Toast #A5725B

Tints of Toast #A5725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.81%

 BLUE value IS 91 (35.94% from 255) = 24.59%

R = 44.59%
G = 30.81%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5725B (or 0xA5725B) is known color: Toast. HEX triplet: A5, 72 and 5B. RGB value is (165,114,91). Sum of RGB (Red+Green+Blue) = 165+114+91=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5725B is #5A8DA4. Grayscale: #7E7E7E. Windows color (decimal): -5934501 or 5993125. OLE color: 5993125.

HSL color Cylindrical-coordinate representation of color #A5725B: hue angle of 18.65º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5725B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 114 91 -
CMYK 0 0.31 0.45 0.35
HSL 18.65º 0.29% 0.5% -
HSV(B) 18.65º 0.45% 0.65% -
XYZ 23.42 20.79 12.68 -
YUV 126.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 165 114 91 0 0.31 0.45 0.35 18.65 0.29 0.5
Hex A5 72 5B 0 1F 2D 23 13 1D 32
Octal 245 162 133 0 37 55 43 23 35 62
Binary 10100101 1110010 1011011 0 11111 101101 100011 10011 11101 110010

Color Harmonies of #A5725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5725B

Black with #A5725B

Text Example


Text Example

White with #A5725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5725B; }

 p { color: rgb(165,114,91); }

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

background-color css

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

 a { background-color: rgb(165,114,91); }

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

border-color css

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

 span { border-color: rgb(165,114,91); }

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