Html Css Color HEX #ADB134 Brass

📋 copy color: '#ADB134'

red 173 ◦ green 177 ◦ blue 52

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

Shades of Brass #ADB134

Tints of Brass #ADB134

RGB

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

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

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

R = 43.03%
G = 44.03%
B = 12.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#ADB134 (or 0xADB134) is known color: Brass. HEX triplet: AD, B1 and 34. RGB value is (173,177,52). Sum of RGB (Red+Green+Blue) = 173+177+52=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB134 is #524ECB. Grayscale: #A2A2A2. Windows color (decimal): -5394124 or 3453357. OLE color: 3453357.

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

Color convert

RGB 173 177 52 -
CMYK 0.02 0 0.71 0.31
HSL 61.92º 0.55% 0.45% -
HSV(B) 61.92º 0.71% 0.69% -
XYZ 33.58 40.58 9.31 -
YUV 161.55 66.17 136.16 -
System Red Green Blue C M Y K H S L
Decimal 173 177 52 0.02 0 0.71 0.31 61.92 0.55 0.45
Hex AD B1 34 2 0 47 1F 3E 37 2D
Octal 255 261 64 2 0 107 37 76 67 55
Binary 10101101 10110001 110100 10 0 1000111 11111 111110 110111 101101

Color Harmonies of #ADB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB134

Black with #ADB134

Text Example


Text Example

White with #ADB134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB134; }

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

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

background-color css

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

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

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

border-color css

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

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

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