Html Css Color HEX #ABA45B Gimblet

📋 copy color: '#ABA45B'

red 171 ◦ green 164 ◦ blue 91

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

Shades of Gimblet #ABA45B

Tints of Gimblet #ABA45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.36%

R = 40.14%
G = 38.5%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#ABA45B (or 0xABA45B) is known color: Gimblet. HEX triplet: AB, A4 and 5B. RGB value is (171,164,91). Sum of RGB (Red+Green+Blue) = 171+164+91=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA45B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA45B is #545BA4. Grayscale: #9E9E9E. Windows color (decimal): -5528485 or 6005931. OLE color: 6005931.

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

Color convert

RGB 171 164 91 -
CMYK 0 0.04 0.47 0.33
HSL 54.75º 0.32% 0.51% -
HSV(B) 54.75º 0.47% 0.67% -
XYZ 31.96 35.96 15.15 -
YUV 157.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 171 164 91 0 0.04 0.47 0.33 54.75 0.32 0.51
Hex AB A4 5B 0 4 2F 21 37 20 33
Octal 253 244 133 0 4 57 41 67 40 63
Binary 10101011 10100100 1011011 0 100 101111 100001 110111 100000 110011

Color Harmonies of #ABA45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA45B

Black with #ABA45B

Text Example


Text Example

White with #ABA45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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