Html Css Color HEX #A28E37 Reef Gold

📋 copy color: '#A28E37'

red 162 ◦ green 142 ◦ blue 55

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

Shades of Reef Gold #A28E37

Tints of Reef Gold #A28E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.32%

R = 45.13%
G = 39.55%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A28E37 (or 0xA28E37) is known color: Reef Gold. HEX triplet: A2, 8E and 37. RGB value is (162,142,55). Sum of RGB (Red+Green+Blue) = 162+142+55=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E37 is #5D71C8. Grayscale: #8A8A8A. Windows color (decimal): -6123977 or 3640994. OLE color: 3640994.

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

Color convert

RGB 162 142 55 -
CMYK 0 0.12 0.66 0.36
HSL 48.79º 0.49% 0.43% -
HSV(B) 48.79º 0.66% 0.64% -
XYZ 25.26 27.3 7.55 -
YUV 138.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 162 142 55 0 0.12 0.66 0.36 48.79 0.49 0.43
Hex A2 8E 37 0 C 42 24 31 31 2B
Octal 242 216 67 0 14 102 44 61 61 53
Binary 10100010 10001110 110111 0 1100 1000010 100100 110001 110001 101011

Color Harmonies of #A28E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E37

Black with #A28E37

Text Example


Text Example

White with #A28E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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