Html Css Color HEX #ADA667 Gimblet

📋 copy color: '#ADA667'

red 173 ◦ green 166 ◦ blue 103

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

Shades of Gimblet #ADA667

Tints of Gimblet #ADA667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.56%

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

R = 39.14%
G = 37.56%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#ADA667 (or 0xADA667) is known color: Gimblet. HEX triplet: AD, A6 and 67. RGB value is (173,166,103). Sum of RGB (Red+Green+Blue) = 173+166+103=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA667 is #525998. Grayscale: #A1A1A1. Windows color (decimal): -5396889 or 6792877. OLE color: 6792877.

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

Color convert

RGB 173 166 103 -
CMYK 0 0.04 0.40 0.32
HSL 54º 0.3% 0.54% -
HSV(B) 54º 0.4% 0.68% -
XYZ 33.32 37.14 18.24 -
YUV 160.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 173 166 103 0 0.04 0.40 0.32 54 0.3 0.54
Hex AD A6 67 0 4 28 20 36 1E 36
Octal 255 246 147 0 4 50 40 66 36 66
Binary 10101101 10100110 1100111 0 100 101000 100000 110110 11110 110110

Color Harmonies of #ADA667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA667

Black with #ADA667

Text Example


Text Example

White with #ADA667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA667; }

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

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

background-color css

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

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

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

border-color css

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

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

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