Html Css Color HEX #ABA63D Brass

📋 copy color: '#ABA63D'

red 171 ◦ green 166 ◦ blue 61

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

Shades of Brass #ABA63D

Tints of Brass #ABA63D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

 BLUE value IS 61 (24.22% from 255) = 15.33%

R = 42.96%
G = 41.71%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ABA63D (or 0xABA63D) is known color: Brass. HEX triplet: AB, A6 and 3D. RGB value is (171,166,61). Sum of RGB (Red+Green+Blue) = 171+166+61=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA63D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA63D is #5459C2. Grayscale: #9B9B9B. Windows color (decimal): -5528003 or 4040363. OLE color: 4040363.

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

Color convert

RGB 171 166 61 -
CMYK 0 0.03 0.64 0.33
HSL 57.27º 0.47% 0.45% -
HSV(B) 57.27º 0.64% 0.67% -
XYZ 31.27 36.27 9.77 -
YUV 155.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 171 166 61 0 0.03 0.64 0.33 57.27 0.47 0.45
Hex AB A6 3D 0 3 40 21 39 2F 2D
Octal 253 246 75 0 3 100 41 71 57 55
Binary 10101011 10100110 111101 0 11 1000000 100001 111001 101111 101101

Color Harmonies of #ABA63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA63D

Black with #ABA63D

Text Example


Text Example

White with #ABA63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA63D; }

 p { color: rgb(171,166,61); }

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

background-color css

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

 a { background-color: rgb(171,166,61); }

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

border-color css

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

 span { border-color: rgb(171,166,61); }

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