Html Css Color HEX #A28638 Reef Gold

📋 copy color: '#A28638'

red 162 ◦ green 134 ◦ blue 56

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

Shades of Reef Gold #A28638

Tints of Reef Gold #A28638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.07%

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

R = 46.02%
G = 38.07%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A28638 (or 0xA28638) is known color: Reef Gold. HEX triplet: A2, 86 and 38. RGB value is (162,134,56). Sum of RGB (Red+Green+Blue) = 162+134+56=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A28638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28638 is #5D79C7. Grayscale: #858585. Windows color (decimal): -6126024 or 3704482. OLE color: 3704482.

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

Color convert

RGB 162 134 56 -
CMYK 0 0.17 0.65 0.36
HSL 44.15º 0.49% 0.43% -
HSV(B) 44.15º 0.65% 0.64% -
XYZ 24.14 25.02 7.3 -
YUV 133.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 162 134 56 0 0.17 0.65 0.36 44.15 0.49 0.43
Hex A2 86 38 0 11 41 24 2C 31 2B
Octal 242 206 70 0 21 101 44 54 61 53
Binary 10100010 10000110 111000 0 10001 1000001 100100 101100 110001 101011

Color Harmonies of #A28638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28638

Black with #A28638

Text Example


Text Example

White with #A28638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28638; }

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

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

background-color css

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

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

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

border-color css

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

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

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