Html Css Color HEX #ADB77F Caper

📋 copy color: '#ADB77F'

red 173 ◦ green 183 ◦ blue 127

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

Shades of Caper #ADB77F

Tints of Caper #ADB77F

RGB

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

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

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

R = 35.82%
G = 37.89%
B = 26.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#ADB77F (or 0xADB77F) is known color: Caper. HEX triplet: AD, B7 and 7F. RGB value is (173,183,127). Sum of RGB (Red+Green+Blue) = 173+183+127=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB77F is #524880. Grayscale: #ADADAD. Windows color (decimal): -5392513 or 8370093. OLE color: 8370093.

HSL color Cylindrical-coordinate representation of color #ADB77F: hue angle of 70.71º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB77F is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 127 -
CMYK 0.05 0 0.31 0.28
HSL 70.71º 0.28% 0.61% -
HSV(B) 70.71º 0.31% 0.72% -
XYZ 38 44.28 26.62 -
YUV 173.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 173 183 127 0.05 0 0.31 0.28 70.71 0.28 0.61
Hex AD B7 7F 5 0 1F 1C 47 1C 3D
Octal 255 267 177 5 0 37 34 107 34 75
Binary 10101101 10110111 1111111 101 0 11111 11100 1000111 11100 111101

Color Harmonies of #ADB77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB77F

Black with #ADB77F

Text Example


Text Example

White with #ADB77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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