Html Css Color HEX #ADB13E Brass

📋 copy color: '#ADB13E'

red 173 ◦ green 177 ◦ blue 62

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

Shades of Brass #ADB13E

Tints of Brass #ADB13E

RGB

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

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

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

R = 41.99%
G = 42.96%
B = 15.05%

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

#ADB13E (or 0xADB13E) is known color: Brass. HEX triplet: AD, B1 and 3E. RGB value is (173,177,62). Sum of RGB (Red+Green+Blue) = 173+177+62=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB13E is #524EC1. Grayscale: #A3A3A3. Windows color (decimal): -5394114 or 4108717. OLE color: 4108717.

HSL color Cylindrical-coordinate representation of color #ADB13E: hue angle of 62.09º 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 #ADB13E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 62 -
CMYK 0.02 0 0.65 0.31
HSL 62.09º 0.48% 0.47% -
HSV(B) 62.09º 0.65% 0.69% -
XYZ 33.83 40.68 10.63 -
YUV 162.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 173 177 62 0.02 0 0.65 0.31 62.09 0.48 0.47
Hex AD B1 3E 2 0 41 1F 3E 30 2F
Octal 255 261 76 2 0 101 37 76 60 57
Binary 10101101 10110001 111110 10 0 1000001 11111 111110 110000 101111

Color Harmonies of #ADB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB13E

Black with #ADB13E

Text Example


Text Example

White with #ADB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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