Html Css Color HEX #ADB875 Caper

📋 copy color: '#ADB875'

red 173 ◦ green 184 ◦ blue 117

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

Shades of Caper #ADB875

Tints of Caper #ADB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.82%

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

R = 36.5%
G = 38.82%
B = 24.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#ADB875 (or 0xADB875) is known color: Caper. HEX triplet: AD, B8 and 75. RGB value is (173,184,117). Sum of RGB (Red+Green+Blue) = 173+184+117=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB875 is #52478A. Grayscale: #ADADAD. Windows color (decimal): -5392267 or 7714989. OLE color: 7714989.

HSL color Cylindrical-coordinate representation of color #ADB875: hue angle of 69.85º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADB875 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 117 -
CMYK 0.06 0 0.36 0.28
HSL 69.85º 0.32% 0.59% -
HSV(B) 69.85º 0.36% 0.72% -
XYZ 37.58 44.45 23.43 -
YUV 173.07 96.36 127.95 -
System Red Green Blue C M Y K H S L
Decimal 173 184 117 0.06 0 0.36 0.28 69.85 0.32 0.59
Hex AD B8 75 6 0 24 1C 46 20 3B
Octal 255 270 165 6 0 44 34 106 40 73
Binary 10101101 10111000 1110101 110 0 100100 11100 1000110 100000 111011

Color Harmonies of #ADB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB875

Black with #ADB875

Text Example


Text Example

White with #ADB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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