Html Css Color HEX #ADB672 Caper

📋 copy color: '#ADB672'

red 173 ◦ green 182 ◦ blue 114

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

Shades of Caper #ADB672

Tints of Caper #ADB672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 36.89%
G = 38.81%
B = 24.31%

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

#ADB672 (or 0xADB672) is known color: Caper. HEX triplet: AD, B6 and 72. RGB value is (173,182,114). Sum of RGB (Red+Green+Blue) = 173+182+114=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB672 is #52498D. Grayscale: #ABABAB. Windows color (decimal): -5392782 or 7517869. OLE color: 7517869.

HSL color Cylindrical-coordinate representation of color #ADB672: hue angle of 67.94º degrees, saturation: 0.32, 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 #ADB672 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 114 -
CMYK 0.05 0 0.37 0.29
HSL 67.94º 0.32% 0.58% -
HSV(B) 67.94º 0.37% 0.71% -
XYZ 37 43.56 22.38 -
YUV 171.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 173 182 114 0.05 0 0.37 0.29 67.94 0.32 0.58
Hex AD B6 72 5 0 25 1D 44 20 3A
Octal 255 266 162 5 0 45 35 104 40 72
Binary 10101101 10110110 1110010 101 0 100101 11101 1000100 100000 111010

Color Harmonies of #ADB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB672

Black with #ADB672

Text Example


Text Example

White with #ADB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB672; }

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

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

background-color css

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

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

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

border-color css

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

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

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