Html Css Color HEX #ADB142 Brass

📋 copy color: '#ADB142'

red 173 ◦ green 177 ◦ blue 66

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

Shades of Brass #ADB142

Tints of Brass #ADB142

RGB

 RED value IS 173 (67.97% from 255) = 41.59%

 GREEN value IS 177 (69.53% from 255) = 42.55%

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

R = 41.59%
G = 42.55%
B = 15.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#ADB142 (or 0xADB142) is known color: Brass. HEX triplet: AD, B1 and 42. RGB value is (173,177,66). Sum of RGB (Red+Green+Blue) = 173+177+66=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB142 is #524EBD. Grayscale: #A3A3A3. Windows color (decimal): -5394110 or 4370861. OLE color: 4370861.

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

Color convert

RGB 173 177 66 -
CMYK 0.02 0 0.63 0.31
HSL 62.16º 0.46% 0.48% -
HSV(B) 62.16º 0.63% 0.69% -
XYZ 33.94 40.72 11.23 -
YUV 163.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 173 177 66 0.02 0 0.63 0.31 62.16 0.46 0.48
Hex AD B1 42 2 0 3F 1F 3E 2E 30
Octal 255 261 102 2 0 77 37 76 56 60
Binary 10101101 10110001 1000010 10 0 111111 11111 111110 101110 110000

Color Harmonies of #ADB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB142

Black with #ADB142

Text Example


Text Example

White with #ADB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB142; }

 p { color: rgb(173,177,66); }

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

background-color css

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

 a { background-color: rgb(173,177,66); }

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

border-color css

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

 span { border-color: rgb(173,177,66); }

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