Html Css Color HEX #ADB88A Caper

📋 copy color: '#ADB88A'

red 173 ◦ green 184 ◦ blue 138

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

Shades of Caper #ADB88A

Tints of Caper #ADB88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 34.95%
G = 37.17%
B = 27.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#ADB88A (or 0xADB88A) is known color: Caper. HEX triplet: AD, B8 and 8A. RGB value is (173,184,138). Sum of RGB (Red+Green+Blue) = 173+184+138=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB88A is #524775. Grayscale: #AFAFAF. Windows color (decimal): -5392246 or 9091245. OLE color: 9091245.

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

Color convert

RGB 173 184 138 -
CMYK 0.06 0 0.25 0.28
HSL 74.35º 0.24% 0.63% -
HSV(B) 74.35º 0.25% 0.72% -
XYZ 38.96 45 30.68 -
YUV 175.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 173 184 138 0.06 0 0.25 0.28 74.35 0.24 0.63
Hex AD B8 8A 6 0 19 1C 4A 18 3F
Octal 255 270 212 6 0 31 34 112 30 77
Binary 10101101 10111000 10001010 110 0 11001 11100 1001010 11000 111111

Color Harmonies of #ADB88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB88A

Black with #ADB88A

Text Example


Text Example

White with #ADB88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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