Html Css Color HEX #A28B2D Reef Gold

📋 copy color: '#A28B2D'

red 162 ◦ green 139 ◦ blue 45

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

Shades of Reef Gold #A28B2D

Tints of Reef Gold #A28B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.17%

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

R = 46.82%
G = 40.17%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A28B2D (or 0xA28B2D) is known color: Reef Gold. HEX triplet: A2, 8B and 2D. RGB value is (162,139,45). Sum of RGB (Red+Green+Blue) = 162+139+45=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B2D is #5D74D2. Grayscale: #878787. Windows color (decimal): -6124755 or 2984866. OLE color: 2984866.

HSL color Cylindrical-coordinate representation of color #A28B2D: hue angle of 48.21º 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 #A28B2D is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 139 45 -
CMYK 0 0.14 0.72 0.36
HSL 48.21º 0.57% 0.41% -
HSV(B) 48.21º 0.72% 0.64% -
XYZ 24.61 26.34 6.27 -
YUV 135.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 162 139 45 0 0.14 0.72 0.36 48.21 0.57 0.41
Hex A2 8B 2D 0 E 48 24 30 39 29
Octal 242 213 55 0 16 110 44 60 71 51
Binary 10100010 10001011 101101 0 1110 1001000 100100 110000 111001 101001

Color Harmonies of #A28B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B2D

Black with #A28B2D

Text Example


Text Example

White with #A28B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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