Html Css Color HEX #ADB67F Caper

📋 copy color: '#ADB67F'

red 173 ◦ green 182 ◦ blue 127

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

Shades of Caper #ADB67F

Tints of Caper #ADB67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.35%

R = 35.89%
G = 37.76%
B = 26.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#ADB67F (or 0xADB67F) is known color: Caper. HEX triplet: AD, B6 and 7F. RGB value is (173,182,127). Sum of RGB (Red+Green+Blue) = 173+182+127=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB67F is #524980. Grayscale: #ADADAD. Windows color (decimal): -5392769 or 8369837. OLE color: 8369837.

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

Color convert

RGB 173 182 127 -
CMYK 0.05 0 0.30 0.29
HSL 69.82º 0.27% 0.61% -
HSV(B) 69.82º 0.3% 0.71% -
XYZ 37.79 43.87 26.56 -
YUV 173.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 173 182 127 0.05 0 0.30 0.29 69.82 0.27 0.61
Hex AD B6 7F 5 0 1E 1D 46 1B 3D
Octal 255 266 177 5 0 36 35 106 33 75
Binary 10101101 10110110 1111111 101 0 11110 11101 1000110 11011 111101

Color Harmonies of #ADB67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB67F

Black with #ADB67F

Text Example


Text Example

White with #ADB67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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