Html Css Color HEX #ABA23A Brass

📋 copy color: '#ABA23A'

red 171 ◦ green 162 ◦ blue 58

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

Shades of Brass #ABA23A

Tints of Brass #ABA23A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.43%

 BLUE value IS 58 (23.05% from 255) = 14.83%

R = 43.73%
G = 41.43%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#ABA23A (or 0xABA23A) is known color: Brass. HEX triplet: AB, A2 and 3A. RGB value is (171,162,58). Sum of RGB (Red+Green+Blue) = 171+162+58=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA23A is #545DC5. Grayscale: #999999. Windows color (decimal): -5529030 or 3842731. OLE color: 3842731.

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

Color convert

RGB 171 162 58 -
CMYK 0 0.05 0.66 0.33
HSL 55.22º 0.49% 0.45% -
HSV(B) 55.22º 0.66% 0.67% -
XYZ 30.48 34.8 9.11 -
YUV 152.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 171 162 58 0 0.05 0.66 0.33 55.22 0.49 0.45
Hex AB A2 3A 0 5 42 21 37 31 2D
Octal 253 242 72 0 5 102 41 67 61 55
Binary 10101011 10100010 111010 0 101 1000010 100001 110111 110001 101101

Color Harmonies of #ABA23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA23A

Black with #ABA23A

Text Example


Text Example

White with #ABA23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA23A; }

 p { color: rgb(171,162,58); }

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

background-color css

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

 a { background-color: rgb(171,162,58); }

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

border-color css

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

 span { border-color: rgb(171,162,58); }

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