Html Css Color HEX #ABA268 Gimblet

📋 copy color: '#ABA268'

red 171 ◦ green 162 ◦ blue 104

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

Shades of Gimblet #ABA268

Tints of Gimblet #ABA268

RGB

 RED value IS 171 (67.19% from 255) = 39.13%

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

 BLUE value IS 104 (41.02% from 255) = 23.8%

R = 39.13%
G = 37.07%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABA268 (or 0xABA268) is known color: Gimblet. HEX triplet: AB, A2 and 68. RGB value is (171,162,104). Sum of RGB (Red+Green+Blue) = 171+162+104=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA268 is #545D97. Grayscale: #9E9E9E. Windows color (decimal): -5528984 or 6857387. OLE color: 6857387.

HSL color Cylindrical-coordinate representation of color #ABA268: hue angle of 51.94º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABA268 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 104 -
CMYK 0 0.05 0.39 0.33
HSL 51.94º 0.29% 0.54% -
HSV(B) 51.94º 0.39% 0.67% -
XYZ 32.21 35.5 18.25 -
YUV 158.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 171 162 104 0 0.05 0.39 0.33 51.94 0.29 0.54
Hex AB A2 68 0 5 27 21 34 1D 36
Octal 253 242 150 0 5 47 41 64 35 66
Binary 10101011 10100010 1101000 0 101 100111 100001 110100 11101 110110

Color Harmonies of #ABA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA268

Black with #ABA268

Text Example


Text Example

White with #ABA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA268; }

 p { color: rgb(171,162,104); }

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

background-color css

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

 a { background-color: rgb(171,162,104); }

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

border-color css

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

 span { border-color: rgb(171,162,104); }

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