Html Css Color HEX #A28C3D Reef Gold

📋 copy color: '#A28C3D'

red 162 ◦ green 140 ◦ blue 61

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

Shades of Reef Gold #A28C3D

Tints of Reef Gold #A28C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 44.63%
G = 38.57%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A28C3D (or 0xA28C3D) is known color: Reef Gold. HEX triplet: A2, 8C and 3D. RGB value is (162,140,61). Sum of RGB (Red+Green+Blue) = 162+140+61=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C3D is #5D73C2. Grayscale: #898989. Windows color (decimal): -6124483 or 4033698. OLE color: 4033698.

HSL color Cylindrical-coordinate representation of color #A28C3D: hue angle of 46.93º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A28C3D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 61 -
CMYK 0 0.14 0.62 0.36
HSL 46.93º 0.45% 0.44% -
HSV(B) 46.93º 0.62% 0.64% -
XYZ 25.12 26.77 8.26 -
YUV 137.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 162 140 61 0 0.14 0.62 0.36 46.93 0.45 0.44
Hex A2 8C 3D 0 E 3E 24 2F 2D 2C
Octal 242 214 75 0 16 76 44 57 55 54
Binary 10100010 10001100 111101 0 1110 111110 100100 101111 101101 101100

Color Harmonies of #A28C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C3D

Black with #A28C3D

Text Example


Text Example

White with #A28C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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