Html Css Color HEX #ADAA67 Gimblet

📋 copy color: '#ADAA67'

red 173 ◦ green 170 ◦ blue 103

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

Shades of Gimblet #ADAA67

Tints of Gimblet #ADAA67

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.12%

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

R = 38.79%
G = 38.12%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#ADAA67 (or 0xADAA67) is known color: Gimblet. HEX triplet: AD, AA and 67. RGB value is (173,170,103). Sum of RGB (Red+Green+Blue) = 173+170+103=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA67 is #525598. Grayscale: #A3A3A3. Windows color (decimal): -5395865 or 6793901. OLE color: 6793901.

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

Color convert

RGB 173 170 103 -
CMYK 0 0.02 0.40 0.32
HSL 57.43º 0.3% 0.54% -
HSV(B) 57.43º 0.4% 0.68% -
XYZ 34.06 38.61 18.49 -
YUV 163.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 173 170 103 0 0.02 0.40 0.32 57.43 0.3 0.54
Hex AD AA 67 0 2 28 20 39 1E 36
Octal 255 252 147 0 2 50 40 71 36 66
Binary 10101101 10101010 1100111 0 10 101000 100000 111001 11110 110110

Color Harmonies of #ADAA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA67

Black with #ADAA67

Text Example


Text Example

White with #ADAA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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