Html Css Color HEX #ADA167 Gimblet

📋 copy color: '#ADA167'

red 173 ◦ green 161 ◦ blue 103

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

Shades of Gimblet #ADA167

Tints of Gimblet #ADA167

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

 BLUE value IS 103 (40.63% from 255) = 23.57%

R = 39.59%
G = 36.84%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#ADA167 (or 0xADA167) is known color: Gimblet. HEX triplet: AD, A1 and 67. RGB value is (173,161,103). Sum of RGB (Red+Green+Blue) = 173+161+103=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA167 is #525E98. Grayscale: #9E9E9E. Windows color (decimal): -5398169 or 6791597. OLE color: 6791597.

HSL color Cylindrical-coordinate representation of color #ADA167: hue angle of 49.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADA167 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 103 -
CMYK 0 0.07 0.40 0.32
HSL 49.71º 0.3% 0.54% -
HSV(B) 49.71º 0.4% 0.68% -
XYZ 32.43 35.35 17.95 -
YUV 157.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 173 161 103 0 0.07 0.40 0.32 49.71 0.3 0.54
Hex AD A1 67 0 7 28 20 32 1E 36
Octal 255 241 147 0 7 50 40 62 36 66
Binary 10101101 10100001 1100111 0 111 101000 100000 110010 11110 110110

Color Harmonies of #ADA167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA167

Black with #ADA167

Text Example


Text Example

White with #ADA167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA167; }

 p { color: rgb(173,161,103); }

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

background-color css

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

 a { background-color: rgb(173,161,103); }

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

border-color css

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

 span { border-color: rgb(173,161,103); }

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