Html Css Color HEX #ADA48B Chino

📋 copy color: '#ADA48B'

red 173 ◦ green 164 ◦ blue 139

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

Shades of Chino #ADA48B

Tints of Chino #ADA48B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.45%

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 36.34%
G = 34.45%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#ADA48B (or 0xADA48B) is known color: Chino. HEX triplet: AD, A4 and 8B. RGB value is (173,164,139). Sum of RGB (Red+Green+Blue) = 173+164+139=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA48B is #525B74. Grayscale: #A3A3A3. Windows color (decimal): -5397365 or 9151661. OLE color: 9151661.

HSL color Cylindrical-coordinate representation of color #ADA48B: hue angle of 44.12º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA48B is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 139 -
CMYK 0 0.05 0.20 0.32
HSL 44.12º 0.17% 0.61% -
HSV(B) 44.12º 0.2% 0.68% -
XYZ 35.17 37.3 29.77 -
YUV 163.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 173 164 139 0 0.05 0.20 0.32 44.12 0.17 0.61
Hex AD A4 8B 0 5 14 20 2C 11 3D
Octal 255 244 213 0 5 24 40 54 21 75
Binary 10101101 10100100 10001011 0 101 10100 100000 101100 10001 111101

Color Harmonies of #ADA48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA48B

Black with #ADA48B

Text Example


Text Example

White with #ADA48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA48B; }

 p { color: rgb(173,164,139); }

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

background-color css

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

 a { background-color: rgb(173,164,139); }

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

border-color css

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

 span { border-color: rgb(173,164,139); }

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