Html Css Color HEX #ADA768 Gimblet

📋 copy color: '#ADA768'

red 173 ◦ green 167 ◦ blue 104

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

Shades of Gimblet #ADA768

Tints of Gimblet #ADA768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.61%

 BLUE value IS 104 (41.02% from 255) = 23.42%

R = 38.96%
G = 37.61%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#ADA768 (or 0xADA768) is known color: Gimblet. HEX triplet: AD, A7 and 68. RGB value is (173,167,104). Sum of RGB (Red+Green+Blue) = 173+167+104=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA768 is #525897. Grayscale: #A1A1A1. Windows color (decimal): -5396632 or 6858669. OLE color: 6858669.

HSL color Cylindrical-coordinate representation of color #ADA768: hue angle of 54.78º 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 #ADA768 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 167 104 -
CMYK 0 0.03 0.40 0.32
HSL 54.78º 0.3% 0.54% -
HSV(B) 54.78º 0.4% 0.68% -
XYZ 33.55 37.52 18.57 -
YUV 161.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 173 167 104 0 0.03 0.40 0.32 54.78 0.3 0.54
Hex AD A7 68 0 3 28 20 37 1E 36
Octal 255 247 150 0 3 50 40 67 36 66
Binary 10101101 10100111 1101000 0 11 101000 100000 110111 11110 110110

Color Harmonies of #ADA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA768

Black with #ADA768

Text Example


Text Example

White with #ADA768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA768; }

 p { color: rgb(173,167,104); }

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

background-color css

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

 a { background-color: rgb(173,167,104); }

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

border-color css

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

 span { border-color: rgb(173,167,104); }

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