Html Css Color HEX #ADA765 Gimblet

📋 copy color: '#ADA765'

red 173 ◦ green 167 ◦ blue 101

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

Shades of Gimblet #ADA765

Tints of Gimblet #ADA765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.9%

R = 39.23%
G = 37.87%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ADA765 (or 0xADA765) is known color: Gimblet. HEX triplet: AD, A7 and 65. RGB value is (173,167,101). Sum of RGB (Red+Green+Blue) = 173+167+101=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA765 is #52589A. Grayscale: #A1A1A1. Windows color (decimal): -5396635 or 6662061. OLE color: 6662061.

HSL color Cylindrical-coordinate representation of color #ADA765: hue angle of 55º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADA765 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 167 101 -
CMYK 0 0.03 0.42 0.32
HSL 55º 0.31% 0.54% -
HSV(B) 55º 0.42% 0.68% -
XYZ 33.4 37.46 17.78 -
YUV 161.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 173 167 101 0 0.03 0.42 0.32 55 0.31 0.54
Hex AD A7 65 0 3 2A 20 37 1F 36
Octal 255 247 145 0 3 52 40 67 37 66
Binary 10101101 10100111 1100101 0 11 101010 100000 110111 11111 110110

Color Harmonies of #ADA765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA765

Black with #ADA765

Text Example


Text Example

White with #ADA765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA765; }

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

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

background-color css

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

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

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

border-color css

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

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

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