Html Css Color HEX #ADB03F Brass

📋 copy color: '#ADB03F'

red 173 ◦ green 176 ◦ blue 63

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

Shades of Brass #ADB03F

Tints of Brass #ADB03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.29%

R = 41.99%
G = 42.72%
B = 15.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#ADB03F (or 0xADB03F) is known color: Brass. HEX triplet: AD, B0 and 3F. RGB value is (173,176,63). Sum of RGB (Red+Green+Blue) = 173+176+63=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB03F is #524FC0. Grayscale: #A2A2A2. Windows color (decimal): -5394369 or 4173997. OLE color: 4173997.

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

Color convert

RGB 173 176 63 -
CMYK 0.02 0 0.64 0.31
HSL 61.59º 0.47% 0.47% -
HSV(B) 61.59º 0.64% 0.69% -
XYZ 33.66 40.29 10.71 -
YUV 162.22 72.01 135.69 -
System Red Green Blue C M Y K H S L
Decimal 173 176 63 0.02 0 0.64 0.31 61.59 0.47 0.47
Hex AD B0 3F 2 0 40 1F 3E 2F 2F
Octal 255 260 77 2 0 100 37 76 57 57
Binary 10101101 10110000 111111 10 0 1000000 11111 111110 101111 101111

Color Harmonies of #ADB03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB03F

Black with #ADB03F

Text Example


Text Example

White with #ADB03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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