Html Css Color HEX #ABA83E Brass

📋 copy color: '#ABA83E'

red 171 ◦ green 168 ◦ blue 62

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

Shades of Brass #ABA83E

Tints of Brass #ABA83E

RGB

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

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

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

R = 42.64%
G = 41.9%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ABA83E (or 0xABA83E) is known color: Brass. HEX triplet: AB, A8 and 3E. RGB value is (171,168,62). Sum of RGB (Red+Green+Blue) = 171+168+62=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA83E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA83E is #5457C1. Grayscale: #9D9D9D. Windows color (decimal): -5527490 or 4106411. OLE color: 4106411.

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

Color convert

RGB 171 168 62 -
CMYK 0 0.02 0.64 0.33
HSL 58.35º 0.47% 0.46% -
HSV(B) 58.35º 0.64% 0.67% -
XYZ 31.67 37.01 10.03 -
YUV 156.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 171 168 62 0 0.02 0.64 0.33 58.35 0.47 0.46
Hex AB A8 3E 0 2 40 21 3A 2F 2E
Octal 253 250 76 0 2 100 41 72 57 56
Binary 10101011 10101000 111110 0 10 1000000 100001 111010 101111 101110

Color Harmonies of #ABA83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA83E

Black with #ABA83E

Text Example


Text Example

White with #ABA83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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