Html Css Color HEX #A8A367 Gimblet

📋 copy color: '#A8A367'

red 168 ◦ green 163 ◦ blue 103

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

Shades of Gimblet #A8A367

Tints of Gimblet #A8A367

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

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

R = 38.71%
G = 37.56%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A8A367 (or 0xA8A367) is known color: Gimblet. HEX triplet: A8, A3 and 67. RGB value is (168,163,103). Sum of RGB (Red+Green+Blue) = 168+163+103=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A367 is #575C98. Grayscale: #9D9D9D. Windows color (decimal): -5725337 or 6792104. OLE color: 6792104.

HSL color Cylindrical-coordinate representation of color #A8A367: hue angle of 55.38º 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 #A8A367 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 163 103 -
CMYK 0 0.03 0.39 0.34
HSL 55.38º 0.27% 0.53% -
HSV(B) 55.38º 0.39% 0.66% -
XYZ 31.69 35.5 18.01 -
YUV 157.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 168 163 103 0 0.03 0.39 0.34 55.38 0.27 0.53
Hex A8 A3 67 0 3 27 22 37 1B 35
Octal 250 243 147 0 3 47 42 67 33 65
Binary 10101000 10100011 1100111 0 11 100111 100010 110111 11011 110101

Color Harmonies of #A8A367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A367

Black with #A8A367

Text Example


Text Example

White with #A8A367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A367; }

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

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

background-color css

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

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

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

border-color css

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

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

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