Html Css Color HEX #ADB67B Caper

📋 copy color: '#ADB67B'

red 173 ◦ green 182 ◦ blue 123

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

Shades of Caper #ADB67B

Tints of Caper #ADB67B

RGB

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

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

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

R = 36.19%
G = 38.08%
B = 25.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#ADB67B (or 0xADB67B) is known color: Caper. HEX triplet: AD, B6 and 7B. RGB value is (173,182,123). Sum of RGB (Red+Green+Blue) = 173+182+123=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB67B is #524984. Grayscale: #ACACAC. Windows color (decimal): -5392773 or 8107693. OLE color: 8107693.

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

Color convert

RGB 173 182 123 -
CMYK 0.05 0 0.32 0.29
HSL 69.15º 0.29% 0.6% -
HSV(B) 69.15º 0.32% 0.71% -
XYZ 37.54 43.77 25.21 -
YUV 172.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 173 182 123 0.05 0 0.32 0.29 69.15 0.29 0.6
Hex AD B6 7B 5 0 20 1D 45 1D 3C
Octal 255 266 173 5 0 40 35 105 35 74
Binary 10101101 10110110 1111011 101 0 100000 11101 1000101 11101 111100

Color Harmonies of #ADB67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB67B

Black with #ADB67B

Text Example


Text Example

White with #ADB67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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