Html Css Color HEX #ADA267 Gimblet

📋 copy color: '#ADA267'

red 173 ◦ green 162 ◦ blue 103

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

Shades of Gimblet #ADA267

Tints of Gimblet #ADA267

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

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

R = 39.5%
G = 36.99%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#ADA267 (or 0xADA267) is known color: Gimblet. HEX triplet: AD, A2 and 67. RGB value is (173,162,103). Sum of RGB (Red+Green+Blue) = 173+162+103=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA267 is #525D98. Grayscale: #9E9E9E. Windows color (decimal): -5397913 or 6791853. OLE color: 6791853.

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

Color convert

RGB 173 162 103 -
CMYK 0 0.06 0.40 0.32
HSL 50.57º 0.3% 0.54% -
HSV(B) 50.57º 0.4% 0.68% -
XYZ 32.6 35.7 18.01 -
YUV 158.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 173 162 103 0 0.06 0.40 0.32 50.57 0.3 0.54
Hex AD A2 67 0 6 28 20 33 1E 36
Octal 255 242 147 0 6 50 40 63 36 66
Binary 10101101 10100010 1100111 0 110 101000 100000 110011 11110 110110

Color Harmonies of #ADA267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA267

Black with #ADA267

Text Example


Text Example

White with #ADA267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA267; }

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

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

background-color css

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

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

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

border-color css

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

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

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