Html Css Color HEX #ABA568 Gimblet

📋 copy color: '#ABA568'

red 171 ◦ green 165 ◦ blue 104

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

Shades of Gimblet #ABA568

Tints of Gimblet #ABA568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

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

R = 38.86%
G = 37.5%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABA568 (or 0xABA568) is known color: Gimblet. HEX triplet: AB, A5 and 68. RGB value is (171,165,104). Sum of RGB (Red+Green+Blue) = 171+165+104=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA568 is #545A97. Grayscale: #A0A0A0. Windows color (decimal): -5528216 or 6858155. OLE color: 6858155.

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

Color convert

RGB 171 165 104 -
CMYK 0 0.04 0.39 0.33
HSL 54.63º 0.29% 0.54% -
HSV(B) 54.63º 0.39% 0.67% -
XYZ 32.75 36.57 18.43 -
YUV 159.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 171 165 104 0 0.04 0.39 0.33 54.63 0.29 0.54
Hex AB A5 68 0 4 27 21 37 1D 36
Octal 253 245 150 0 4 47 41 67 35 66
Binary 10101011 10100101 1101000 0 100 100111 100001 110111 11101 110110

Color Harmonies of #ABA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA568

Black with #ABA568

Text Example


Text Example

White with #ABA568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA568; }

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

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

background-color css

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

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

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

border-color css

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

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

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