Html Css Color HEX #ABA93D Brass

📋 copy color: '#ABA93D'

red 171 ◦ green 169 ◦ blue 61

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

Shades of Brass #ABA93D

Tints of Brass #ABA93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.14%

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

R = 42.64%
G = 42.14%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ABA93D (or 0xABA93D) is known color: Brass. HEX triplet: AB, A9 and 3D. RGB value is (171,169,61). Sum of RGB (Red+Green+Blue) = 171+169+61=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA93D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA93D is #5456C2. Grayscale: #9D9D9D. Windows color (decimal): -5527235 or 4041131. OLE color: 4041131.

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

Color convert

RGB 171 169 61 -
CMYK 0 0.01 0.64 0.33
HSL 58.91º 0.47% 0.45% -
HSV(B) 58.91º 0.64% 0.67% -
XYZ 31.82 37.37 9.95 -
YUV 157.29 73.66 137.78 -
System Red Green Blue C M Y K H S L
Decimal 171 169 61 0 0.01 0.64 0.33 58.91 0.47 0.45
Hex AB A9 3D 0 1 40 21 3B 2F 2D
Octal 253 251 75 0 1 100 41 73 57 55
Binary 10101011 10101001 111101 0 1 1000000 100001 111011 101111 101101

Color Harmonies of #ABA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA93D

Black with #ABA93D

Text Example


Text Example

White with #ABA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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