Html Css Color HEX #A28D2F Reef Gold

📋 copy color: '#A28D2F'

red 162 ◦ green 141 ◦ blue 47

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

Shades of Reef Gold #A28D2F

Tints of Reef Gold #A28D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 46.29%
G = 40.29%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A28D2F (or 0xA28D2F) is known color: Reef Gold. HEX triplet: A2, 8D and 2F. RGB value is (162,141,47). Sum of RGB (Red+Green+Blue) = 162+141+47=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D2F is #5D72D0. Grayscale: #888888. Windows color (decimal): -6124241 or 3116450. OLE color: 3116450.

HSL color Cylindrical-coordinate representation of color #A28D2F: hue angle of 49.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A28D2F is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 141 47 -
CMYK 0 0.13 0.71 0.36
HSL 49.04º 0.55% 0.41% -
HSV(B) 49.04º 0.71% 0.64% -
XYZ 24.94 26.94 6.57 -
YUV 136.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 162 141 47 0 0.13 0.71 0.36 49.04 0.55 0.41
Hex A2 8D 2F 0 D 47 24 31 37 29
Octal 242 215 57 0 15 107 44 61 67 51
Binary 10100010 10001101 101111 0 1101 1000111 100100 110001 110111 101001

Color Harmonies of #A28D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28D2F

Black with #A28D2F

Text Example


Text Example

White with #A28D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28D2F; }

 p { color: rgb(162,141,47); }

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

background-color css

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

 a { background-color: rgb(162,141,47); }

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

border-color css

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

 span { border-color: rgb(162,141,47); }

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