Html Css Color HEX #ABA45C Gimblet

📋 copy color: '#ABA45C'

red 171 ◦ green 164 ◦ blue 92

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

Shades of Gimblet #ABA45C

Tints of Gimblet #ABA45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 40.05%
G = 38.41%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#ABA45C (or 0xABA45C) is known color: Gimblet. HEX triplet: AB, A4 and 5C. RGB value is (171,164,92). Sum of RGB (Red+Green+Blue) = 171+164+92=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA45C is #545BA3. Grayscale: #9E9E9E. Windows color (decimal): -5528484 or 6071467. OLE color: 6071467.

HSL color Cylindrical-coordinate representation of color #ABA45C: hue angle of 54.68º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABA45C is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 92 -
CMYK 0 0.04 0.46 0.33
HSL 54.68º 0.32% 0.52% -
HSV(B) 54.68º 0.46% 0.67% -
XYZ 32 35.98 15.38 -
YUV 157.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 171 164 92 0 0.04 0.46 0.33 54.68 0.32 0.52
Hex AB A4 5C 0 4 2E 21 37 20 34
Octal 253 244 134 0 4 56 41 67 40 64
Binary 10101011 10100100 1011100 0 100 101110 100001 110111 100000 110100

Color Harmonies of #ABA45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA45C

Black with #ABA45C

Text Example


Text Example

White with #ABA45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA45C; }

 p { color: rgb(171,164,92); }

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

background-color css

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

 a { background-color: rgb(171,164,92); }

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

border-color css

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

 span { border-color: rgb(171,164,92); }

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