Html Css Color HEX #ADB575 Caper

📋 copy color: '#ADB575'

red 173 ◦ green 181 ◦ blue 117

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

Shades of Caper #ADB575

Tints of Caper #ADB575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.43%

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 36.73%
G = 38.43%
B = 24.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#ADB575 (or 0xADB575) is known color: Caper. HEX triplet: AD, B5 and 75. RGB value is (173,181,117). Sum of RGB (Red+Green+Blue) = 173+181+117=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB575 is #524A8A. Grayscale: #ABABAB. Windows color (decimal): -5393035 or 7714221. OLE color: 7714221.

HSL color Cylindrical-coordinate representation of color #ADB575: hue angle of 67.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADB575 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 117 -
CMYK 0.04 0 0.35 0.29
HSL 67.5º 0.3% 0.58% -
HSV(B) 67.5º 0.35% 0.71% -
XYZ 36.97 43.22 23.22 -
YUV 171.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 173 181 117 0.04 0 0.35 0.29 67.5 0.3 0.58
Hex AD B5 75 4 0 23 1D 44 1E 3A
Octal 255 265 165 4 0 43 35 104 36 72
Binary 10101101 10110101 1110101 100 0 100011 11101 1000100 11110 111010

Color Harmonies of #ADB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB575

Black with #ADB575

Text Example


Text Example

White with #ADB575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB575; }

 p { color: rgb(173,181,117); }

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

background-color css

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

 a { background-color: rgb(173,181,117); }

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

border-color css

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

 span { border-color: rgb(173,181,117); }

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