Html Css Color HEX #ADB045 Brass

📋 copy color: '#ADB045'

red 173 ◦ green 176 ◦ blue 69

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

Shades of Brass #ADB045

Tints of Brass #ADB045

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.11%

 BLUE value IS 69 (27.34% from 255) = 16.51%

R = 41.39%
G = 42.11%
B = 16.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#ADB045 (or 0xADB045) is known color: Brass. HEX triplet: AD, B0 and 45. RGB value is (173,176,69). Sum of RGB (Red+Green+Blue) = 173+176+69=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB045 is #524FBA. Grayscale: #A3A3A3. Windows color (decimal): -5394363 or 4567213. OLE color: 4567213.

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

Color convert

RGB 173 176 69 -
CMYK 0.02 0 0.61 0.31
HSL 61.68º 0.44% 0.48% -
HSV(B) 61.68º 0.61% 0.69% -
XYZ 33.83 40.36 11.64 -
YUV 162.91 75.01 135.2 -
System Red Green Blue C M Y K H S L
Decimal 173 176 69 0.02 0 0.61 0.31 61.68 0.44 0.48
Hex AD B0 45 2 0 3D 1F 3E 2C 30
Octal 255 260 105 2 0 75 37 76 54 60
Binary 10101101 10110000 1000101 10 0 111101 11111 111110 101100 110000

Color Harmonies of #ADB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB045

Black with #ADB045

Text Example


Text Example

White with #ADB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB045; }

 p { color: rgb(173,176,69); }

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

background-color css

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

 a { background-color: rgb(173,176,69); }

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

border-color css

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

 span { border-color: rgb(173,176,69); }

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