Html Css Color HEX #AFAB3A Brass

📋 copy color: '#AFAB3A'

red 175 ◦ green 171 ◦ blue 58

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

Shades of Brass #AFAB3A

Tints of Brass #AFAB3A

RGB

 RED value IS 175 (68.75% from 255) = 43.32%

 GREEN value IS 171 (67.19% from 255) = 42.33%

 BLUE value IS 58 (23.05% from 255) = 14.36%

R = 43.32%
G = 42.33%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AFAB3A (or 0xAFAB3A) is known color: Brass. HEX triplet: AF, AB and 3A. RGB value is (175,171,58). Sum of RGB (Red+Green+Blue) = 175+171+58=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB3A is #5054C5. Grayscale: #9F9F9F. Windows color (decimal): -5264582 or 3845039. OLE color: 3845039.

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

Color convert

RGB 175 171 58 -
CMYK 0 0.02 0.67 0.31
HSL 57.95º 0.5% 0.46% -
HSV(B) 57.95º 0.67% 0.69% -
XYZ 33.01 38.55 9.7 -
YUV 159.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 175 171 58 0 0.02 0.67 0.31 57.95 0.5 0.46
Hex AF AB 3A 0 2 43 1F 3A 32 2E
Octal 257 253 72 0 2 103 37 72 62 56
Binary 10101111 10101011 111010 0 10 1000011 11111 111010 110010 101110

Color Harmonies of #AFAB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB3A

Black with #AFAB3A

Text Example


Text Example

White with #AFAB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB3A; }

 p { color: rgb(175,171,58); }

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

background-color css

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

 a { background-color: rgb(175,171,58); }

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

border-color css

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

 span { border-color: rgb(175,171,58); }

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