Html Css Color HEX #ADB534 Brass

📋 copy color: '#ADB534'

red 173 ◦ green 181 ◦ blue 52

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

Shades of Brass #ADB534

Tints of Brass #ADB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

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

R = 42.61%
G = 44.58%
B = 12.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#ADB534 (or 0xADB534) is known color: Brass. HEX triplet: AD, B5 and 34. RGB value is (173,181,52). Sum of RGB (Red+Green+Blue) = 173+181+52=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB534 is #524ACB. Grayscale: #A4A4A4. Windows color (decimal): -5393100 or 3454381. OLE color: 3454381.

HSL color Cylindrical-coordinate representation of color #ADB534: hue angle of 63.72º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADB534 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 52 -
CMYK 0.04 0 0.71 0.29
HSL 63.72º 0.55% 0.46% -
HSV(B) 63.72º 0.71% 0.71% -
XYZ 34.38 42.18 9.58 -
YUV 163.9 64.85 134.49 -
System Red Green Blue C M Y K H S L
Decimal 173 181 52 0.04 0 0.71 0.29 63.72 0.55 0.46
Hex AD B5 34 4 0 47 1D 40 37 2E
Octal 255 265 64 4 0 107 35 100 67 56
Binary 10101101 10110101 110100 100 0 1000111 11101 1000000 110111 101110

Color Harmonies of #ADB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB534

Black with #ADB534

Text Example


Text Example

White with #ADB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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