Html Css Color HEX #ADB67D Caper

📋 copy color: '#ADB67D'

red 173 ◦ green 182 ◦ blue 125

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

Shades of Caper #ADB67D

Tints of Caper #ADB67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.04%

R = 36.04%
G = 37.92%
B = 26.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#ADB67D (or 0xADB67D) is known color: Caper. HEX triplet: AD, B6 and 7D. RGB value is (173,182,125). Sum of RGB (Red+Green+Blue) = 173+182+125=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB67D is #524982. Grayscale: #ADADAD. Windows color (decimal): -5392771 or 8238765. OLE color: 8238765.

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

Color convert

RGB 173 182 125 -
CMYK 0.05 0 0.31 0.29
HSL 69.47º 0.28% 0.6% -
HSV(B) 69.47º 0.31% 0.71% -
XYZ 37.66 43.82 25.88 -
YUV 172.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 173 182 125 0.05 0 0.31 0.29 69.47 0.28 0.6
Hex AD B6 7D 5 0 1F 1D 45 1C 3C
Octal 255 266 175 5 0 37 35 105 34 74
Binary 10101101 10110110 1111101 101 0 11111 11101 1000101 11100 111100

Color Harmonies of #ADB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB67D

Black with #ADB67D

Text Example


Text Example

White with #ADB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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