Html Css Color HEX #ABA43B Brass

📋 copy color: '#ABA43B'

red 171 ◦ green 164 ◦ blue 59

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

Shades of Brass #ABA43B

Tints of Brass #ABA43B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

 BLUE value IS 59 (23.44% from 255) = 14.97%

R = 43.4%
G = 41.62%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ABA43B (or 0xABA43B) is known color: Brass. HEX triplet: AB, A4 and 3B. RGB value is (171,164,59). Sum of RGB (Red+Green+Blue) = 171+164+59=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA43B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA43B is #545BC4. Grayscale: #9A9A9A. Windows color (decimal): -5528517 or 3908779. OLE color: 3908779.

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

Color convert

RGB 171 164 59 -
CMYK 0 0.04 0.65 0.33
HSL 56.25º 0.49% 0.45% -
HSV(B) 56.25º 0.65% 0.67% -
XYZ 30.86 35.52 9.37 -
YUV 154.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 171 164 59 0 0.04 0.65 0.33 56.25 0.49 0.45
Hex AB A4 3B 0 4 41 21 38 31 2D
Octal 253 244 73 0 4 101 41 70 61 55
Binary 10101011 10100100 111011 0 100 1000001 100001 111000 110001 101101

Color Harmonies of #ABA43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA43B

Black with #ABA43B

Text Example


Text Example

White with #ABA43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA43B; }

 p { color: rgb(171,164,59); }

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

background-color css

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

 a { background-color: rgb(171,164,59); }

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

border-color css

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

 span { border-color: rgb(171,164,59); }

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