Html Css Color HEX #AD675A Au Chico

📋 copy color: '#AD675A'

red 173 ◦ green 103 ◦ blue 90

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

Shades of Au Chico #AD675A

Tints of Au Chico #AD675A

RGB

 RED value IS 173 (67.97% from 255) = 47.27%

 GREEN value IS 103 (40.63% from 255) = 28.14%

 BLUE value IS 90 (35.55% from 255) = 24.59%

R = 47.27%
G = 28.14%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD675A (or 0xAD675A) is known color: Au Chico. HEX triplet: AD, 67 and 5A. RGB value is (173,103,90). Sum of RGB (Red+Green+Blue) = 173+103+90=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD675A is #5298A5. Grayscale: #7A7A7A. Windows color (decimal): -5413030 or 5924781. OLE color: 5924781.

HSL color Cylindrical-coordinate representation of color #AD675A: hue angle of 9.4º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD675A is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 103 90 -
CMYK 0 0.40 0.48 0.32
HSL 9.4º 0.34% 0.52% -
HSV(B) 9.4º 0.48% 0.68% -
XYZ 23.93 19.32 12.14 -
YUV 122.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 173 103 90 0 0.40 0.48 0.32 9.4 0.34 0.52
Hex AD 67 5A 0 28 30 20 9 22 34
Octal 255 147 132 0 50 60 40 11 42 64
Binary 10101101 1100111 1011010 0 101000 110000 100000 1001 100010 110100

Color Harmonies of #AD675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD675A

Black with #AD675A

Text Example


Text Example

White with #AD675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD675A; }

 p { color: rgb(173,103,90); }

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

background-color css

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

 a { background-color: rgb(173,103,90); }

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

border-color css

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

 span { border-color: rgb(173,103,90); }

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