Html Css Color HEX #ABA367 Gimblet

📋 copy color: '#ABA367'

red 171 ◦ green 163 ◦ blue 103

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

Shades of Gimblet #ABA367

Tints of Gimblet #ABA367

RGB

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

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

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

R = 39.13%
G = 37.3%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ABA367 (or 0xABA367) is known color: Gimblet. HEX triplet: AB, A3 and 67. RGB value is (171,163,103). Sum of RGB (Red+Green+Blue) = 171+163+103=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA367 is #545C98. Grayscale: #9E9E9E. Windows color (decimal): -5528729 or 6792107. OLE color: 6792107.

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

Color convert

RGB 171 163 103 -
CMYK 0 0.05 0.40 0.33
HSL 52.94º 0.29% 0.54% -
HSV(B) 52.94º 0.4% 0.67% -
XYZ 32.34 35.83 18.04 -
YUV 158.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 171 163 103 0 0.05 0.40 0.33 52.94 0.29 0.54
Hex AB A3 67 0 5 28 21 35 1D 36
Octal 253 243 147 0 5 50 41 65 35 66
Binary 10101011 10100011 1100111 0 101 101000 100001 110101 11101 110110

Color Harmonies of #ABA367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA367

Black with #ABA367

Text Example


Text Example

White with #ABA367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA367; }

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

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

background-color css

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

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

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

border-color css

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

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

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