Html Css Color HEX #ADB434 Brass

📋 copy color: '#ADB434'

red 173 ◦ green 180 ◦ blue 52

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

Shades of Brass #ADB434

Tints of Brass #ADB434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

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

R = 42.72%
G = 44.44%
B = 12.84%

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

#ADB434 (or 0xADB434) is known color: Brass. HEX triplet: AD, B4 and 34. RGB value is (173,180,52). Sum of RGB (Red+Green+Blue) = 173+180+52=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB434 is #524BCB. Grayscale: #A3A3A3. Windows color (decimal): -5393356 or 3454125. OLE color: 3454125.

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

Color convert

RGB 173 180 52 -
CMYK 0.04 0 0.71 0.29
HSL 63.28º 0.55% 0.45% -
HSV(B) 63.28º 0.71% 0.71% -
XYZ 34.17 41.77 9.51 -
YUV 163.32 65.18 134.91 -
System Red Green Blue C M Y K H S L
Decimal 173 180 52 0.04 0 0.71 0.29 63.28 0.55 0.45
Hex AD B4 34 4 0 47 1D 3F 37 2D
Octal 255 264 64 4 0 107 35 77 67 55
Binary 10101101 10110100 110100 100 0 1000111 11101 111111 110111 101101

Color Harmonies of #ADB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB434

Black with #ADB434

Text Example


Text Example

White with #ADB434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB434; }

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

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

background-color css

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

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

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

border-color css

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

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

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