Html Css Color HEX #ADB435 Brass

📋 copy color: '#ADB435'

red 173 ◦ green 180 ◦ blue 53

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

Shades of Brass #ADB435

Tints of Brass #ADB435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.05%

R = 42.61%
G = 44.33%
B = 13.05%

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

#ADB435 (or 0xADB435) is known color: Brass. HEX triplet: AD, B4 and 35. RGB value is (173,180,53). Sum of RGB (Red+Green+Blue) = 173+180+53=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB435 is #524BCA. Grayscale: #A3A3A3. Windows color (decimal): -5393355 or 3519661. OLE color: 3519661.

HSL color Cylindrical-coordinate representation of color #ADB435: hue angle of 63.31º 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 #ADB435 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 53 -
CMYK 0.04 0 0.71 0.29
HSL 63.31º 0.55% 0.46% -
HSV(B) 63.31º 0.71% 0.71% -
XYZ 34.2 41.78 9.63 -
YUV 163.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 173 180 53 0.04 0 0.71 0.29 63.31 0.55 0.46
Hex AD B4 35 4 0 47 1D 3F 37 2E
Octal 255 264 65 4 0 107 35 77 67 56
Binary 10101101 10110100 110101 100 0 1000111 11101 111111 110111 101110

Color Harmonies of #ADB435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB435

Black with #ADB435

Text Example


Text Example

White with #ADB435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB435; }

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

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

background-color css

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

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

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

border-color css

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

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

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