Html Css Color HEX #ADB143 Brass

📋 copy color: '#ADB143'

red 173 ◦ green 177 ◦ blue 67

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

Shades of Brass #ADB143

Tints of Brass #ADB143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.07%

R = 41.49%
G = 42.45%
B = 16.07%

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

#ADB143 (or 0xADB143) is known color: Brass. HEX triplet: AD, B1 and 43. RGB value is (173,177,67). Sum of RGB (Red+Green+Blue) = 173+177+67=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB143 is #524EBC. Grayscale: #A3A3A3. Windows color (decimal): -5394109 or 4436397. OLE color: 4436397.

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

Color convert

RGB 173 177 67 -
CMYK 0.02 0 0.62 0.31
HSL 62.18º 0.45% 0.48% -
HSV(B) 62.18º 0.62% 0.69% -
XYZ 33.97 40.73 11.38 -
YUV 163.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 173 177 67 0.02 0 0.62 0.31 62.18 0.45 0.48
Hex AD B1 43 2 0 3E 1F 3E 2D 30
Octal 255 261 103 2 0 76 37 76 55 60
Binary 10101101 10110001 1000011 10 0 111110 11111 111110 101101 110000

Color Harmonies of #ADB143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB143

Black with #ADB143

Text Example


Text Example

White with #ADB143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB143; }

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

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

background-color css

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

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

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

border-color css

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

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

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