Html Css Color HEX #ABA53D Brass

📋 copy color: '#ABA53D'

red 171 ◦ green 165 ◦ blue 61

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

Shades of Brass #ABA53D

Tints of Brass #ABA53D

RGB

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

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

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

R = 43.07%
G = 41.56%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ABA53D (or 0xABA53D) is known color: Brass. HEX triplet: AB, A5 and 3D. RGB value is (171,165,61). Sum of RGB (Red+Green+Blue) = 171+165+61=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA53D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA53D is #545AC2. Grayscale: #9B9B9B. Windows color (decimal): -5528259 or 4040107. OLE color: 4040107.

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

Color convert

RGB 171 165 61 -
CMYK 0 0.04 0.64 0.33
HSL 56.73º 0.47% 0.45% -
HSV(B) 56.73º 0.64% 0.67% -
XYZ 31.09 35.91 9.71 -
YUV 154.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 171 165 61 0 0.04 0.64 0.33 56.73 0.47 0.45
Hex AB A5 3D 0 4 40 21 39 2F 2D
Octal 253 245 75 0 4 100 41 71 57 55
Binary 10101011 10100101 111101 0 100 1000000 100001 111001 101111 101101

Color Harmonies of #ABA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA53D

Black with #ABA53D

Text Example


Text Example

White with #ABA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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