Html Css Color HEX #ADB78A Caper

📋 copy color: '#ADB78A'

red 173 ◦ green 183 ◦ blue 138

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

Shades of Caper #ADB78A

Tints of Caper #ADB78A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.04%

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

R = 35.02%
G = 37.04%
B = 27.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#ADB78A (or 0xADB78A) is known color: Caper. HEX triplet: AD, B7 and 8A. RGB value is (173,183,138). Sum of RGB (Red+Green+Blue) = 173+183+138=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB78A is #524875. Grayscale: #AFAFAF. Windows color (decimal): -5392502 or 9090989. OLE color: 9090989.

HSL color Cylindrical-coordinate representation of color #ADB78A: hue angle of 73.33º 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 #ADB78A is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 138 -
CMYK 0.05 0 0.25 0.28
HSL 73.33º 0.24% 0.63% -
HSV(B) 73.33º 0.25% 0.72% -
XYZ 38.75 44.59 30.61 -
YUV 174.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 173 183 138 0.05 0 0.25 0.28 73.33 0.24 0.63
Hex AD B7 8A 5 0 19 1C 49 18 3F
Octal 255 267 212 5 0 31 34 111 30 77
Binary 10101101 10110111 10001010 101 0 11001 11100 1001001 11000 111111

Color Harmonies of #ADB78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB78A

Black with #ADB78A

Text Example


Text Example

White with #ADB78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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