Html Css Color HEX #A28538 Reef Gold

📋 copy color: '#A28538'

red 162 ◦ green 133 ◦ blue 56

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

Shades of Reef Gold #A28538

Tints of Reef Gold #A28538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 46.15%
G = 37.89%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A28538 (or 0xA28538) is known color: Reef Gold. HEX triplet: A2, 85 and 38. RGB value is (162,133,56). Sum of RGB (Red+Green+Blue) = 162+133+56=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A28538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28538 is #5D7AC7. Grayscale: #858585. Windows color (decimal): -6126280 or 3704226. OLE color: 3704226.

HSL color Cylindrical-coordinate representation of color #A28538: hue angle of 43.58º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A28538 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 133 56 -
CMYK 0 0.18 0.65 0.36
HSL 43.58º 0.49% 0.43% -
HSV(B) 43.58º 0.65% 0.64% -
XYZ 24 24.74 7.25 -
YUV 132.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 162 133 56 0 0.18 0.65 0.36 43.58 0.49 0.43
Hex A2 85 38 0 12 41 24 2C 31 2B
Octal 242 205 70 0 22 101 44 54 61 53
Binary 10100010 10000101 111000 0 10010 1000001 100100 101100 110001 101011

Color Harmonies of #A28538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28538

Black with #A28538

Text Example


Text Example

White with #A28538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28538; }

 p { color: rgb(162,133,56); }

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

background-color css

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

 a { background-color: rgb(162,133,56); }

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

border-color css

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

 span { border-color: rgb(162,133,56); }

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