Html Css Color HEX #ADB034 Brass

📋 copy color: '#ADB034'

red 173 ◦ green 176 ◦ blue 52

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

Shades of Brass #ADB034

Tints of Brass #ADB034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.97%

R = 43.14%
G = 43.89%
B = 12.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#ADB034 (or 0xADB034) is known color: Brass. HEX triplet: AD, B0 and 34. RGB value is (173,176,52). Sum of RGB (Red+Green+Blue) = 173+176+52=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB034 is #524FCB. Grayscale: #A1A1A1. Windows color (decimal): -5394380 or 3453101. OLE color: 3453101.

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

Color convert

RGB 173 176 52 -
CMYK 0.02 0 0.70 0.31
HSL 61.45º 0.54% 0.45% -
HSV(B) 61.45º 0.7% 0.69% -
XYZ 33.38 40.18 9.25 -
YUV 160.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 173 176 52 0.02 0 0.70 0.31 61.45 0.54 0.45
Hex AD B0 34 2 0 46 1F 3D 36 2D
Octal 255 260 64 2 0 106 37 75 66 55
Binary 10101101 10110000 110100 10 0 1000110 11111 111101 110110 101101

Color Harmonies of #ADB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB034

Black with #ADB034

Text Example


Text Example

White with #ADB034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB034; }

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

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

background-color css

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

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

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

border-color css

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

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

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