Html Css Color HEX #AFB438 Brass

📋 copy color: '#AFB438'

red 175 ◦ green 180 ◦ blue 56

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

Shades of Brass #AFB438

Tints of Brass #AFB438

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.8%

 BLUE value IS 56 (22.27% from 255) = 13.63%

R = 42.58%
G = 43.8%
B = 13.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#AFB438 (or 0xAFB438) is known color: Brass. HEX triplet: AF, B4 and 38. RGB value is (175,180,56). Sum of RGB (Red+Green+Blue) = 175+180+56=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB438 is #504BC7. Grayscale: #A4A4A4. Windows color (decimal): -5262280 or 3716271. OLE color: 3716271.

HSL color Cylindrical-coordinate representation of color #AFB438: hue angle of 62.42º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFB438 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 56 -
CMYK 0.03 0 0.69 0.29
HSL 62.42º 0.53% 0.46% -
HSV(B) 62.42º 0.69% 0.71% -
XYZ 34.71 42.04 10.03 -
YUV 164.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 175 180 56 0.03 0 0.69 0.29 62.42 0.53 0.46
Hex AF B4 38 3 0 45 1D 3E 35 2E
Octal 257 264 70 3 0 105 35 76 65 56
Binary 10101111 10110100 111000 11 0 1000101 11101 111110 110101 101110

Color Harmonies of #AFB438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB438

Black with #AFB438

Text Example


Text Example

White with #AFB438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB438; }

 p { color: rgb(175,180,56); }

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

background-color css

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

 a { background-color: rgb(175,180,56); }

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

border-color css

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

 span { border-color: rgb(175,180,56); }

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