Html Css Color HEX #ADB68A Caper

📋 copy color: '#ADB68A'

red 173 ◦ green 182 ◦ blue 138

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

Shades of Caper #ADB68A

Tints of Caper #ADB68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.92%

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

R = 35.09%
G = 36.92%
B = 27.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#ADB68A (or 0xADB68A) is known color: Caper. HEX triplet: AD, B6 and 8A. RGB value is (173,182,138). Sum of RGB (Red+Green+Blue) = 173+182+138=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB68A is #524975. Grayscale: #AEAEAE. Windows color (decimal): -5392758 or 9090733. OLE color: 9090733.

HSL color Cylindrical-coordinate representation of color #ADB68A: hue angle of 72.27º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB68A is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 138 -
CMYK 0.05 0 0.24 0.29
HSL 72.27º 0.23% 0.63% -
HSV(B) 72.27º 0.24% 0.71% -
XYZ 38.55 44.18 30.54 -
YUV 174.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 173 182 138 0.05 0 0.24 0.29 72.27 0.23 0.63
Hex AD B6 8A 5 0 18 1D 48 17 3F
Octal 255 266 212 5 0 30 35 110 27 77
Binary 10101101 10110110 10001010 101 0 11000 11101 1001000 10111 111111

Color Harmonies of #ADB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB68A

Black with #ADB68A

Text Example


Text Example

White with #ADB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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