Html Css Color HEX #ABA867 Gimblet

📋 copy color: '#ABA867'

red 171 ◦ green 168 ◦ blue 103

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

Shades of Gimblet #ABA867

Tints of Gimblet #ABA867

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

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

R = 38.69%
G = 38.01%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ABA867 (or 0xABA867) is known color: Gimblet. HEX triplet: AB, A8 and 67. RGB value is (171,168,103). Sum of RGB (Red+Green+Blue) = 171+168+103=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA867 is #545798. Grayscale: #A1A1A1. Windows color (decimal): -5527449 or 6793387. OLE color: 6793387.

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

Color convert

RGB 171 168 103 -
CMYK 0 0.02 0.40 0.33
HSL 57.35º 0.29% 0.54% -
HSV(B) 57.35º 0.4% 0.67% -
XYZ 33.25 37.64 18.35 -
YUV 161.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 171 168 103 0 0.02 0.40 0.33 57.35 0.29 0.54
Hex AB A8 67 0 2 28 21 39 1D 36
Octal 253 250 147 0 2 50 41 71 35 66
Binary 10101011 10101000 1100111 0 10 101000 100001 111001 11101 110110

Color Harmonies of #ABA867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA867

Black with #ABA867

Text Example


Text Example

White with #ABA867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA867; }

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

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

background-color css

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

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

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

border-color css

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

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

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