Html Css Color HEX #ADB57F Caper

📋 copy color: '#ADB57F'

red 173 ◦ green 181 ◦ blue 127

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

Shades of Caper #ADB57F

Tints of Caper #ADB57F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

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

R = 35.97%
G = 37.63%
B = 26.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#ADB57F (or 0xADB57F) is known color: Caper. HEX triplet: AD, B5 and 7F. RGB value is (173,181,127). Sum of RGB (Red+Green+Blue) = 173+181+127=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB57F is #524A80. Grayscale: #ACACAC. Windows color (decimal): -5393025 or 8369581. OLE color: 8369581.

HSL color Cylindrical-coordinate representation of color #ADB57F: hue angle of 68.89º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB57F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 127 -
CMYK 0.04 0 0.30 0.29
HSL 68.89º 0.27% 0.6% -
HSV(B) 68.89º 0.3% 0.71% -
XYZ 37.59 43.46 26.49 -
YUV 172.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 173 181 127 0.04 0 0.30 0.29 68.89 0.27 0.6
Hex AD B5 7F 4 0 1E 1D 45 1B 3C
Octal 255 265 177 4 0 36 35 105 33 74
Binary 10101101 10110101 1111111 100 0 11110 11101 1000101 11011 111100

Color Harmonies of #ADB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB57F

Black with #ADB57F

Text Example


Text Example

White with #ADB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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