Html Css Color HEX #ABA83A Brass

📋 copy color: '#ABA83A'

red 171 ◦ green 168 ◦ blue 58

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

Shades of Brass #ABA83A

Tints of Brass #ABA83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

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

R = 43.07%
G = 42.32%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#ABA83A (or 0xABA83A) is known color: Brass. HEX triplet: AB, A8 and 3A. RGB value is (171,168,58). Sum of RGB (Red+Green+Blue) = 171+168+58=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA83A is #5457C5. Grayscale: #9C9C9C. Windows color (decimal): -5527494 or 3844267. OLE color: 3844267.

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

Color convert

RGB 171 168 58 -
CMYK 0 0.02 0.66 0.33
HSL 58.41º 0.49% 0.45% -
HSV(B) 58.41º 0.66% 0.67% -
XYZ 31.56 36.97 9.48 -
YUV 156.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 171 168 58 0 0.02 0.66 0.33 58.41 0.49 0.45
Hex AB A8 3A 0 2 42 21 3A 31 2D
Octal 253 250 72 0 2 102 41 72 61 55
Binary 10101011 10101000 111010 0 10 1000010 100001 111010 110001 101101

Color Harmonies of #ABA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA83A

Black with #ABA83A

Text Example


Text Example

White with #ABA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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