Html Css Color HEX #A8A267 Gimblet

📋 copy color: '#A8A267'

red 168 ◦ green 162 ◦ blue 103

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

Shades of Gimblet #A8A267

Tints of Gimblet #A8A267

RGB

 RED value IS 168 (66.02% from 255) = 38.8%

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

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

R = 38.8%
G = 37.41%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A8A267 (or 0xA8A267) is known color: Gimblet. HEX triplet: A8, A2 and 67. RGB value is (168,162,103). Sum of RGB (Red+Green+Blue) = 168+162+103=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A267 is #575D98. Grayscale: #9D9D9D. Windows color (decimal): -5725593 or 6791848. OLE color: 6791848.

HSL color Cylindrical-coordinate representation of color #A8A267: hue angle of 54.46º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8A267 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 162 103 -
CMYK 0 0.04 0.39 0.34
HSL 54.46º 0.27% 0.53% -
HSV(B) 54.46º 0.39% 0.66% -
XYZ 31.52 35.14 17.95 -
YUV 157.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 168 162 103 0 0.04 0.39 0.34 54.46 0.27 0.53
Hex A8 A2 67 0 4 27 22 36 1B 35
Octal 250 242 147 0 4 47 42 66 33 65
Binary 10101000 10100010 1100111 0 100 100111 100010 110110 11011 110101

Color Harmonies of #A8A267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A267

Black with #A8A267

Text Example


Text Example

White with #A8A267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A267; }

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

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

background-color css

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

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

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

border-color css

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

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

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