Html Css Color HEX #ADB03E Brass

📋 copy color: '#ADB03E'

red 173 ◦ green 176 ◦ blue 62

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

Shades of Brass #ADB03E

Tints of Brass #ADB03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.09%

R = 42.09%
G = 42.82%
B = 15.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#ADB03E (or 0xADB03E) is known color: Brass. HEX triplet: AD, B0 and 3E. RGB value is (173,176,62). Sum of RGB (Red+Green+Blue) = 173+176+62=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB03E is #524FC1. Grayscale: #A2A2A2. Windows color (decimal): -5394370 or 4108461. OLE color: 4108461.

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

Color convert

RGB 173 176 62 -
CMYK 0.02 0 0.65 0.31
HSL 61.58º 0.48% 0.47% -
HSV(B) 61.58º 0.65% 0.69% -
XYZ 33.63 40.28 10.56 -
YUV 162.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 173 176 62 0.02 0 0.65 0.31 61.58 0.48 0.47
Hex AD B0 3E 2 0 41 1F 3E 30 2F
Octal 255 260 76 2 0 101 37 76 60 57
Binary 10101101 10110000 111110 10 0 1000001 11111 111110 110000 101111

Color Harmonies of #ADB03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB03E

Black with #ADB03E

Text Example


Text Example

White with #ADB03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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