Html Css Color HEX #ADB97F Caper

📋 copy color: '#ADB97F'

red 173 ◦ green 185 ◦ blue 127

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

Shades of Caper #ADB97F

Tints of Caper #ADB97F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.14%

 BLUE value IS 127 (50% from 255) = 26.19%

R = 35.67%
G = 38.14%
B = 26.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#ADB97F (or 0xADB97F) is known color: Caper. HEX triplet: AD, B9 and 7F. RGB value is (173,185,127). Sum of RGB (Red+Green+Blue) = 173+185+127=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB97F is #524680. Grayscale: #AFAFAF. Windows color (decimal): -5392001 or 8370605. OLE color: 8370605.

HSL color Cylindrical-coordinate representation of color #ADB97F: hue angle of 72.41º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB97F is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 127 -
CMYK 0.06 0 0.31 0.27
HSL 72.41º 0.29% 0.61% -
HSV(B) 72.41º 0.31% 0.73% -
XYZ 38.41 45.11 26.76 -
YUV 174.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 173 185 127 0.06 0 0.31 0.27 72.41 0.29 0.61
Hex AD B9 7F 6 0 1F 1B 48 1D 3D
Octal 255 271 177 6 0 37 33 110 35 75
Binary 10101101 10111001 1111111 110 0 11111 11011 1001000 11101 111101

Color Harmonies of #ADB97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB97F

Black with #ADB97F

Text Example


Text Example

White with #ADB97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB97F; }

 p { color: rgb(173,185,127); }

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

background-color css

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

 a { background-color: rgb(173,185,127); }

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

border-color css

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

 span { border-color: rgb(173,185,127); }

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