Html Css Color HEX #ADB673 Caper

📋 copy color: '#ADB673'

red 173 ◦ green 182 ◦ blue 115

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

Shades of Caper #ADB673

Tints of Caper #ADB673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.47%

R = 36.81%
G = 38.72%
B = 24.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#ADB673 (or 0xADB673) is known color: Caper. HEX triplet: AD, B6 and 73. RGB value is (173,182,115). Sum of RGB (Red+Green+Blue) = 173+182+115=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB673 is #52498C. Grayscale: #ABABAB. Windows color (decimal): -5392781 or 7583405. OLE color: 7583405.

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

Color convert

RGB 173 182 115 -
CMYK 0.05 0 0.37 0.29
HSL 68.06º 0.31% 0.58% -
HSV(B) 68.06º 0.37% 0.71% -
XYZ 37.06 43.58 22.68 -
YUV 171.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 173 182 115 0.05 0 0.37 0.29 68.06 0.31 0.58
Hex AD B6 73 5 0 25 1D 44 1F 3A
Octal 255 266 163 5 0 45 35 104 37 72
Binary 10101101 10110110 1110011 101 0 100101 11101 1000100 11111 111010

Color Harmonies of #ADB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB673

Black with #ADB673

Text Example


Text Example

White with #ADB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB673; }

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

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

background-color css

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

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

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

border-color css

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

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

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