Html Css Color HEX #ABAF42 Brass

📋 copy color: '#ABAF42'

red 171 ◦ green 175 ◦ blue 66

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

Shades of Brass #ABAF42

Tints of Brass #ABAF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.48%

 BLUE value IS 66 (26.17% from 255) = 16.02%

R = 41.5%
G = 42.48%
B = 16.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#ABAF42 (or 0xABAF42) is known color: Brass. HEX triplet: AB, AF and 42. RGB value is (171,175,66). Sum of RGB (Red+Green+Blue) = 171+175+66=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF42 is #5450BD. Grayscale: #A1A1A1. Windows color (decimal): -5525694 or 4370347. OLE color: 4370347.

HSL color Cylindrical-coordinate representation of color #ABAF42: hue angle of 62.2º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABAF42 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 66 -
CMYK 0.02 0 0.62 0.31
HSL 62.2º 0.45% 0.47% -
HSV(B) 62.2º 0.62% 0.69% -
XYZ 33.11 39.71 11.07 -
YUV 161.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 171 175 66 0.02 0 0.62 0.31 62.2 0.45 0.47
Hex AB AF 42 2 0 3E 1F 3E 2D 2F
Octal 253 257 102 2 0 76 37 76 55 57
Binary 10101011 10101111 1000010 10 0 111110 11111 111110 101101 101111

Color Harmonies of #ABAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF42

Black with #ABAF42

Text Example


Text Example

White with #ABAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF42; }

 p { color: rgb(171,175,66); }

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

background-color css

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

 a { background-color: rgb(171,175,66); }

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

border-color css

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

 span { border-color: rgb(171,175,66); }

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