Html Css Color HEX #A28930 Reef Gold

📋 copy color: '#A28930'

red 162 ◦ green 137 ◦ blue 48

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

Shades of Reef Gold #A28930

Tints of Reef Gold #A28930

RGB

 RED value IS 162 (63.67% from 255) = 46.69%

 GREEN value IS 137 (53.91% from 255) = 39.48%

 BLUE value IS 48 (19.14% from 255) = 13.83%

R = 46.69%
G = 39.48%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A28930 (or 0xA28930) is known color: Reef Gold. HEX triplet: A2, 89 and 30. RGB value is (162,137,48). Sum of RGB (Red+Green+Blue) = 162+137+48=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A28930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28930 is #5D76CF. Grayscale: #868686. Windows color (decimal): -6125264 or 3180962. OLE color: 3180962.

HSL color Cylindrical-coordinate representation of color #A28930: hue angle of 46.84º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A28930 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 137 48 -
CMYK 0 0.15 0.70 0.36
HSL 46.84º 0.54% 0.41% -
HSV(B) 46.84º 0.7% 0.64% -
XYZ 24.38 25.79 6.49 -
YUV 134.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 162 137 48 0 0.15 0.70 0.36 46.84 0.54 0.41
Hex A2 89 30 0 F 46 24 2F 36 29
Octal 242 211 60 0 17 106 44 57 66 51
Binary 10100010 10001001 110000 0 1111 1000110 100100 101111 110110 101001

Color Harmonies of #A28930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28930

Black with #A28930

Text Example


Text Example

White with #A28930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28930; }

 p { color: rgb(162,137,48); }

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

background-color css

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

 a { background-color: rgb(162,137,48); }

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

border-color css

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

 span { border-color: rgb(162,137,48); }

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