Html Css Color HEX #ABA23F Brass

📋 copy color: '#ABA23F'

red 171 ◦ green 162 ◦ blue 63

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

Shades of Brass #ABA23F

Tints of Brass #ABA23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.91%

R = 43.18%
G = 40.91%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ABA23F (or 0xABA23F) is known color: Brass. HEX triplet: AB, A2 and 3F. RGB value is (171,162,63). Sum of RGB (Red+Green+Blue) = 171+162+63=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA23F is #545DC0. Grayscale: #999999. Windows color (decimal): -5529025 or 4170411. OLE color: 4170411.

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

Color convert

RGB 171 162 63 -
CMYK 0 0.05 0.63 0.33
HSL 55º 0.46% 0.46% -
HSV(B) 55º 0.63% 0.67% -
XYZ 30.61 34.86 9.82 -
YUV 153.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 171 162 63 0 0.05 0.63 0.33 55 0.46 0.46
Hex AB A2 3F 0 5 3F 21 37 2E 2E
Octal 253 242 77 0 5 77 41 67 56 56
Binary 10101011 10100010 111111 0 101 111111 100001 110111 101110 101110

Color Harmonies of #ABA23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA23F

Black with #ABA23F

Text Example


Text Example

White with #ABA23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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