Html Css Color HEX #A5685D Au Chico

📋 copy color: '#A5685D'

red 165 ◦ green 104 ◦ blue 93

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

Shades of Au Chico #A5685D

Tints of Au Chico #A5685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 45.58%
G = 28.73%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5685D (or 0xA5685D) is known color: Au Chico. HEX triplet: A5, 68 and 5D. RGB value is (165,104,93). Sum of RGB (Red+Green+Blue) = 165+104+93=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5685D is #5A97A2. Grayscale: #797979. Windows color (decimal): -5937059 or 6121637. OLE color: 6121637.

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

Color convert

RGB 165 104 93 -
CMYK 0 0.37 0.44 0.35
HSL 9.17º 0.29% 0.51% -
HSV(B) 9.17º 0.44% 0.65% -
XYZ 22.44 18.69 12.78 -
YUV 120.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 165 104 93 0 0.37 0.44 0.35 9.17 0.29 0.51
Hex A5 68 5D 0 25 2C 23 9 1D 33
Octal 245 150 135 0 45 54 43 11 35 63
Binary 10100101 1101000 1011101 0 100101 101100 100011 1001 11101 110011

Color Harmonies of #A5685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5685D

Black with #A5685D

Text Example


Text Example

White with #A5685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5685D; }

 p { color: rgb(165,104,93); }

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

background-color css

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

 a { background-color: rgb(165,104,93); }

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

border-color css

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

 span { border-color: rgb(165,104,93); }

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