Html Css Color HEX #A28438 Reef Gold

📋 copy color: '#A28438'

red 162 ◦ green 132 ◦ blue 56

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

Shades of Reef Gold #A28438

Tints of Reef Gold #A28438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

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

R = 46.29%
G = 37.71%
B = 16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A28438 (or 0xA28438) is known color: Reef Gold. HEX triplet: A2, 84 and 38. RGB value is (162,132,56). Sum of RGB (Red+Green+Blue) = 162+132+56=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A28438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28438 is #5D7BC7. Grayscale: #848484. Windows color (decimal): -6126536 or 3703970. OLE color: 3703970.

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

Color convert

RGB 162 132 56 -
CMYK 0 0.19 0.65 0.36
HSL 43.02º 0.49% 0.43% -
HSV(B) 43.02º 0.65% 0.64% -
XYZ 23.87 24.47 7.21 -
YUV 132.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 162 132 56 0 0.19 0.65 0.36 43.02 0.49 0.43
Hex A2 84 38 0 13 41 24 2B 31 2B
Octal 242 204 70 0 23 101 44 53 61 53
Binary 10100010 10000100 111000 0 10011 1000001 100100 101011 110001 101011

Color Harmonies of #A28438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28438

Black with #A28438

Text Example


Text Example

White with #A28438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28438; }

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

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

background-color css

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

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

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

border-color css

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

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

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