Html Css Color HEX #A28C2D Reef Gold

📋 copy color: '#A28C2D'

red 162 ◦ green 140 ◦ blue 45

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

Shades of Reef Gold #A28C2D

Tints of Reef Gold #A28C2D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

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

R = 46.69%
G = 40.35%
B = 12.97%

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

#A28C2D (or 0xA28C2D) is known color: Reef Gold. HEX triplet: A2, 8C and 2D. RGB value is (162,140,45). Sum of RGB (Red+Green+Blue) = 162+140+45=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C2D is #5D73D2. Grayscale: #888888. Windows color (decimal): -6124499 or 2985122. OLE color: 2985122.

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

Color convert

RGB 162 140 45 -
CMYK 0 0.14 0.72 0.36
HSL 48.72º 0.57% 0.41% -
HSV(B) 48.72º 0.72% 0.64% -
XYZ 24.75 26.63 6.32 -
YUV 135.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 162 140 45 0 0.14 0.72 0.36 48.72 0.57 0.41
Hex A2 8C 2D 0 E 48 24 31 39 29
Octal 242 214 55 0 16 110 44 61 71 51
Binary 10100010 10001100 101101 0 1110 1001000 100100 110001 111001 101001

Color Harmonies of #A28C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C2D

Black with #A28C2D

Text Example


Text Example

White with #A28C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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