Html Css Color HEX #A28E2D Reef Gold

📋 copy color: '#A28E2D'

red 162 ◦ green 142 ◦ blue 45

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

Shades of Reef Gold #A28E2D

Tints of Reef Gold #A28E2D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.69%

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 46.42%
G = 40.69%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A28E2D (or 0xA28E2D) is known color: Reef Gold. HEX triplet: A2, 8E and 2D. RGB value is (162,142,45). Sum of RGB (Red+Green+Blue) = 162+142+45=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E2D is #5D71D2. Grayscale: #898989. Windows color (decimal): -6123987 or 2985634. OLE color: 2985634.

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

Color convert

RGB 162 142 45 -
CMYK 0 0.12 0.72 0.36
HSL 49.74º 0.57% 0.41% -
HSV(B) 49.74º 0.72% 0.64% -
XYZ 25.05 27.22 6.42 -
YUV 136.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 162 142 45 0 0.12 0.72 0.36 49.74 0.57 0.41
Hex A2 8E 2D 0 C 48 24 32 39 29
Octal 242 216 55 0 14 110 44 62 71 51
Binary 10100010 10001110 101101 0 1100 1001000 100100 110010 111001 101001

Color Harmonies of #A28E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E2D

Black with #A28E2D

Text Example


Text Example

White with #A28E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E2D; }

 p { color: rgb(162,142,45); }

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

background-color css

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

 a { background-color: rgb(162,142,45); }

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

border-color css

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

 span { border-color: rgb(162,142,45); }

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