Html Css Color HEX #ADB13B Brass

📋 copy color: '#ADB13B'

red 173 ◦ green 177 ◦ blue 59

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

Shades of Brass #ADB13B

Tints of Brass #ADB13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.43%

R = 42.3%
G = 43.28%
B = 14.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#ADB13B (or 0xADB13B) is known color: Brass. HEX triplet: AD, B1 and 3B. RGB value is (173,177,59). Sum of RGB (Red+Green+Blue) = 173+177+59=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB13B is #524EC4. Grayscale: #A2A2A2. Windows color (decimal): -5394117 or 3912109. OLE color: 3912109.

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

Color convert

RGB 173 177 59 -
CMYK 0.02 0 0.67 0.31
HSL 62.03º 0.5% 0.46% -
HSV(B) 62.03º 0.67% 0.69% -
XYZ 33.75 40.64 10.2 -
YUV 162.35 69.67 135.59 -
System Red Green Blue C M Y K H S L
Decimal 173 177 59 0.02 0 0.67 0.31 62.03 0.5 0.46
Hex AD B1 3B 2 0 43 1F 3E 32 2E
Octal 255 261 73 2 0 103 37 76 62 56
Binary 10101101 10110001 111011 10 0 1000011 11111 111110 110010 101110

Color Harmonies of #ADB13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB13B

Black with #ADB13B

Text Example


Text Example

White with #ADB13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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