Html Css Color HEX #ABA267 Gimblet

📋 copy color: '#ABA267'

red 171 ◦ green 162 ◦ blue 103

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

Shades of Gimblet #ABA267

Tints of Gimblet #ABA267

RGB

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

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

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

R = 39.22%
G = 37.16%
B = 23.62%

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

#ABA267 (or 0xABA267) is known color: Gimblet. HEX triplet: AB, A2 and 67. RGB value is (171,162,103). Sum of RGB (Red+Green+Blue) = 171+162+103=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA267 is #545D98. Grayscale: #9E9E9E. Windows color (decimal): -5528985 or 6791851. OLE color: 6791851.

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

Color convert

RGB 171 162 103 -
CMYK 0 0.05 0.40 0.33
HSL 52.06º 0.29% 0.54% -
HSV(B) 52.06º 0.4% 0.67% -
XYZ 32.16 35.48 17.98 -
YUV 157.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 171 162 103 0 0.05 0.40 0.33 52.06 0.29 0.54
Hex AB A2 67 0 5 28 21 34 1D 36
Octal 253 242 147 0 5 50 41 64 35 66
Binary 10101011 10100010 1100111 0 101 101000 100001 110100 11101 110110

Color Harmonies of #ABA267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA267

Black with #ABA267

Text Example


Text Example

White with #ABA267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA267; }

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

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

background-color css

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

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

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

border-color css

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

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

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