Html Css Color HEX #ADB677 Caper

📋 copy color: '#ADB677'

red 173 ◦ green 182 ◦ blue 119

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

Shades of Caper #ADB677

Tints of Caper #ADB677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 36.5%
G = 38.4%
B = 25.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#ADB677 (or 0xADB677) is known color: Caper. HEX triplet: AD, B6 and 77. RGB value is (173,182,119). Sum of RGB (Red+Green+Blue) = 173+182+119=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB677 is #524988. Grayscale: #ACACAC. Windows color (decimal): -5392777 or 7845549. OLE color: 7845549.

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

Color convert

RGB 173 182 119 -
CMYK 0.05 0 0.35 0.29
HSL 68.57º 0.3% 0.59% -
HSV(B) 68.57º 0.35% 0.71% -
XYZ 37.29 43.67 23.92 -
YUV 172.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 173 182 119 0.05 0 0.35 0.29 68.57 0.3 0.59
Hex AD B6 77 5 0 23 1D 45 1E 3B
Octal 255 266 167 5 0 43 35 105 36 73
Binary 10101101 10110110 1110111 101 0 100011 11101 1000101 11110 111011

Color Harmonies of #ADB677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB677

Black with #ADB677

Text Example


Text Example

White with #ADB677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB677; }

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

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

background-color css

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

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

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

border-color css

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

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

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