Html Css Color HEX #ADBA7B Caper

📋 copy color: '#ADBA7B'

red 173 ◦ green 186 ◦ blue 123

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

Shades of Caper #ADBA7B

Tints of Caper #ADBA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.52%

R = 35.89%
G = 38.59%
B = 25.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#ADBA7B (or 0xADBA7B) is known color: Caper. HEX triplet: AD, BA and 7B. RGB value is (173,186,123). Sum of RGB (Red+Green+Blue) = 173+186+123=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA7B is #524584. Grayscale: #AFAFAF. Windows color (decimal): -5391749 or 8108717. OLE color: 8108717.

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

Color convert

RGB 173 186 123 -
CMYK 0.07 0 0.34 0.27
HSL 72.38º 0.31% 0.61% -
HSV(B) 72.38º 0.34% 0.73% -
XYZ 38.37 45.43 25.49 -
YUV 174.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 173 186 123 0.07 0 0.34 0.27 72.38 0.31 0.61
Hex AD BA 7B 7 0 22 1B 48 1F 3D
Octal 255 272 173 7 0 42 33 110 37 75
Binary 10101101 10111010 1111011 111 0 100010 11011 1001000 11111 111101

Color Harmonies of #ADBA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA7B

Black with #ADBA7B

Text Example


Text Example

White with #ADBA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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