Html Css Color HEX #ABA23E Brass

📋 copy color: '#ABA23E'

red 171 ◦ green 162 ◦ blue 62

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

Shades of Brass #ABA23E

Tints of Brass #ABA23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.7%

R = 43.29%
G = 41.01%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ABA23E (or 0xABA23E) is known color: Brass. HEX triplet: AB, A2 and 3E. RGB value is (171,162,62). Sum of RGB (Red+Green+Blue) = 171+162+62=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA23E is #545DC1. Grayscale: #999999. Windows color (decimal): -5529026 or 4104875. OLE color: 4104875.

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

Color convert

RGB 171 162 62 -
CMYK 0 0.05 0.64 0.33
HSL 55.05º 0.47% 0.46% -
HSV(B) 55.05º 0.64% 0.67% -
XYZ 30.58 34.85 9.67 -
YUV 153.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 171 162 62 0 0.05 0.64 0.33 55.05 0.47 0.46
Hex AB A2 3E 0 5 40 21 37 2F 2E
Octal 253 242 76 0 5 100 41 67 57 56
Binary 10101011 10100010 111110 0 101 1000000 100001 110111 101111 101110

Color Harmonies of #ABA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA23E

Black with #ABA23E

Text Example


Text Example

White with #ABA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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