Html Css Color HEX #ADBA7E Caper

📋 copy color: '#ADBA7E'

red 173 ◦ green 186 ◦ blue 126

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

Shades of Caper #ADBA7E

Tints of Caper #ADBA7E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 126 (49.61% from 255) = 25.98%

R = 35.67%
G = 38.35%
B = 25.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#ADBA7E (or 0xADBA7E) is known color: Caper. HEX triplet: AD, BA and 7E. RGB value is (173,186,126). Sum of RGB (Red+Green+Blue) = 173+186+126=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA7E is #524581. Grayscale: #AFAFAF. Windows color (decimal): -5391746 or 8305325. OLE color: 8305325.

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

Color convert

RGB 173 186 126 -
CMYK 0.07 0 0.32 0.27
HSL 73º 0.3% 0.61% -
HSV(B) 73º 0.32% 0.73% -
XYZ 38.56 45.51 26.49 -
YUV 175.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 173 186 126 0.07 0 0.32 0.27 73 0.3 0.61
Hex AD BA 7E 7 0 20 1B 49 1E 3D
Octal 255 272 176 7 0 40 33 111 36 75
Binary 10101101 10111010 1111110 111 0 100000 11011 1001001 11110 111101

Color Harmonies of #ADBA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA7E

Black with #ADBA7E

Text Example


Text Example

White with #ADBA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA7E; }

 p { color: rgb(173,186,126); }

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

background-color css

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

 a { background-color: rgb(173,186,126); }

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

border-color css

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

 span { border-color: rgb(173,186,126); }

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